Fix: Create User form didn't reload

This commit is contained in:
2025-12-15 14:47:56 +01:00
parent 28340bf0b8
commit 3c3e972a09
+1 -1
View File
@@ -1,5 +1,5 @@
<h2>Neuen Account registrieren</h2>
<form hx-post="/auth/newuser" hx-target="#auth-rendertarget" method="post">
<form hx-post="/auth/newuser" hx-target="#main-frame" method="post">
<input type="text" name="user" placeholder="Nutzername" value="{{ username }}"><br>
<input type="password" name="pass1" placeholder="Passphrase"><br>
<input type="password" name="pass2" placeholder="Passphrase wiederholen"><br>