Infrastructure/OpenAuth.Identity/Views/Account/AccessDenied.cshtml

8 lines
159 B
Plaintext
Raw Permalink Normal View History

2024-11-13 09:19:06 +08:00

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