basic account creation flow created
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<section class="text-center">
|
||||
<header class="m-[1em]">
|
||||
<h2>
|
||||
Access Not Granted
|
||||
</h2>
|
||||
|
||||
{{ $link := printf "/ui%s" .Request.URL }}
|
||||
<a href="{{ $link }}" class="block m-[1em]">
|
||||
<code>
|
||||
{{ $link }}
|
||||
</code>
|
||||
</a>
|
||||
</header>
|
||||
|
||||
<div class="m-[2em]">
|
||||
<p class="italic font-bold">
|
||||
Sorry, you don't have access to the page you were looking for.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user