mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 23:11:54 +00:00
Added UserModel, Added Login and Logout and authorization, Made dark mode default
This commit is contained in:
9
src/Views/Home/AccessDenied.cshtml
Normal file
9
src/Views/Home/AccessDenied.cshtml
Normal file
@@ -0,0 +1,9 @@
|
||||
@{
|
||||
ViewData["Title"] = "Access denied";
|
||||
}
|
||||
|
||||
<div class="text-center">
|
||||
<h1 class="display-4">Access denied</h1>
|
||||
<p>You currently do not have permission to access the page you tried to access.</p>
|
||||
<a href="/Home/Login">Please click here to return to the login page</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user