AuthorizationServerDemos/CSharp/AuthorizationServer/Views/Account/AccessDenied.cshtml
2021-01-18 18:32:22 +03:00

7 lines
152 B
Plaintext

<div class="container">
<div class="lead">
<h1>Access Denied</h1>
<p>You do not have access to that resource.</p>
</div>
</div>