Add project files.
This commit is contained in:
8
SmartDB/Components/Account/Pages/AccessDenied.razor
Normal file
8
SmartDB/Components/Account/Pages/AccessDenied.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
@page "/Account/AccessDenied"
|
||||
|
||||
<PageTitle>Access denied</PageTitle>
|
||||
|
||||
<header>
|
||||
<h1 class="text-danger">Access denied</h1>
|
||||
<p class="text-danger">You do not have access to this resource.</p>
|
||||
</header>
|
||||
Reference in New Issue
Block a user