Compare commits
2 Commits
d3c6994d75
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2bc0a19ada | ||
|
|
9c75357150 |
@@ -11,7 +11,7 @@
|
|||||||
<form method="post" action="/login" class="form-grid">
|
<form method="post" action="/login" class="form-grid">
|
||||||
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
|
||||||
<label>E-Mail
|
<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>
|
||||||
<label>Passwort
|
<label>Passwort
|
||||||
<input type="password" name="password" required autocomplete="current-password">
|
<input type="password" name="password" required autocomplete="current-password">
|
||||||
|
|||||||
Reference in New Issue
Block a user