mirror of
https://github.com/jcreek/aspnetcore5-with-postgres-identity-serilog-elasticsearch.git
synced 2026-07-12 18:33:45 +00:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
@page
|
|
@model AccessDeniedModel
|
|
@{
|
|
ViewData["Title"] = "Access denied";
|
|
}
|
|
|
|
<header>
|
|
<h1 class="text-danger">@ViewData["Title"]</h1>
|
|
<p class="text-danger">You do not have access to this resource.</p>
|
|
</header>
|