mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
Add autofocus to login screen
This commit is contained in:
parent
8c946d7026
commit
e15ab7f932
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<div class="card-title">Welcome back!</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">Email address</label>
|
||||
{{ form.email(class="form-control", type="email") }}
|
||||
{{ form.email(class="form-control", type="email", autofocus="true") }}
|
||||
{{ render_field_errors(form.email) }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue