fix create account link; more dev data

This commit is contained in:
2026-01-23 20:13:41 -07:00
parent 1509d39373
commit b9464adada
3 changed files with 30 additions and 34 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
</p>
<div class="border-button border-sidebar-border bg-card text-lg text-center max-w-[50%]">
<a href="/ui/login" class="block p-[1em] font-bold">
<a href="/api/auth/login" hx-boost="false" class="block p-[1em] font-bold">
Create an Account
</a>
</div>