Refactored, redesigned Authmethods

This commit is contained in:
2025-12-15 14:28:12 +01:00
parent 2dcc389f4b
commit dc3ce5ca88
59 changed files with 667 additions and 294 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<h2>Einloggen</h2>
<form hx-post="/auth/login" hx-target="#auth-rendertarget" hx-indicator=".loading">
<form action="/auth/login" method="post" >
<input type="text" name="user" placeholder="Nutzername" value="{{ username }}"><br>
<input type="password" name="pass" placeholder="Passphrase"><br>
<label>Automatisch abmelden in:</label>