Files
RavenDB.Identity/Sample.Web.NetCore/Views/Account/AccessDenied.cshtml
T
2017-08-23 13:31:58 -05:00

9 lines
189 B
Plaintext

@{
ViewData["Title"] = "Access Denied";
}
<header>
<h1 class="text-danger">Access Denied.</h1>
<p class="text-danger">You do not have access to this resource.</p>
</header>