From 61526065520fde1658071bc3bd8091578402104b Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 4 Nov 2023 09:23:48 +0100 Subject: [PATCH] Revert "adds 401 error msg" This reverts commit d635cb270fad4487e065fcbcac17bc9c82131fe8. --- layouts/401.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 layouts/401.html diff --git a/layouts/401.html b/layouts/401.html deleted file mode 100644 index e62fa75..0000000 --- a/layouts/401.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ define "main" }} -

{{ "Unauthorized :confused:" | emojify }}

-

- {{ "Error 401" | emojify }} -

-
-

{{ "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 }}

-
-{{ end }}