main #14

Merged
smueller merged 13 commits from main into dev 2026-07-09 08:59:59 +00:00
Showing only changes of commit 2bc0a19ada - Show all commits

View File

@@ -11,7 +11,7 @@
<form method="post" action="/login" class="form-grid">
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
<label>E-Mail
<input type="email" name="email" required autocomplete="username" placeholder="name@firma.de">
<input type="email" name="email" required autocomplete="username">
</label>
<label>Passwort
<input type="password" name="password" required autocomplete="current-password">