Compare commits
3 Commits
55ec4e653b
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bc0a19ada | ||
|
|
9c75357150 | ||
| d3c6994d75 |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user