Revert "adds 401 error msg"

This reverts commit d635cb270f.
This commit is contained in:
Dominic Reich 2023-11-04 09:23:48 +01:00
parent d635cb270f
commit 6152606552
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -1,9 +0,0 @@
{{ define "main" }}
<h1 class="mb-3 text-4xl font-extrabold">{{ "Unauthorized :confused:" | emojify }}</h1>
<p class="mt-8 mb-12 text-neutral-400 dark:text-neutral-500">
{{ "Error 401" | emojify }}
</p>
<div class="prose dark:prose-invert">
<p>{{ "This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required." | emojify }}</p>
</div>
{{ end }}