RobotApp/RobotApp/Components/Account/Pages/AccessDenied.razor
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

9 lines
210 B
Plaintext

@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>