adminsystem/adminSystem.UI/Components/Account/Pages/AccessDenied.razor

9 lines
210 B
Plaintext
Raw Normal View History

2024-05-28 15:52:02 +08:00
@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>