got most of the login functionality together

This commit is contained in:
2025-09-27 23:07:16 -06:00
parent 03f1d9f717
commit 9427535eb5
8 changed files with 283 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<h1 class="text-blue-800 text-4xl font-bold mb-2">Amsterdam Internal Server Error</h1>
<hr class="border-2 border-gray-400 w-4/5 mb-4">
<p class="text-black text-sm mb-4">
The Amsterdam server encountered an error: {{ error }}
The Amsterdam server encountered an error: {{ CapitalizeString(error) }}.
</p>
<p class="text-black text-sm mb-4">
<a href="/">Click here</a> to return to the home page.