feat: Add error message for txt auth fail
All checks were successful
Build Docker / Build Docker (push) Successful in 32s

This commit is contained in:
2024-06-15 13:40:46 +10:00
parent e66ae58494
commit 1c8b538261
2 changed files with 14 additions and 5 deletions

View File

@@ -110,7 +110,13 @@
<body>
<h1>HNS Login</h1>
<h2>404 - Page Not Found</h2>
<h2>{{error | safe}}</h2>
<p>{{message|safe}}</p>
<div style="text-align: center;">
{{custom|safe}}
</div>
<a href="/" class="button">Return to Home</a>