Request focus on first input on login page

This commit is contained in:
2022-04-20 09:16:21 +02:00
parent 5e9c410e98
commit 958f6eaabf
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div>
<div class="form-floating">
<input name="login" type="text" required class="form-control" id="floatingName" placeholder="unsername"
value="{{ login }}">
value="{{ login }}" autofocus>
<label for="floatingName">Email address or username</label>
</div>