Skip to content

Commit

Permalink
Merge pull request #6335 from BartChris/3_7_focus_login_screen
Browse files Browse the repository at this point in the history
[3.7] Autofocus on login page
  • Loading branch information
solth authored Dec 3, 2024
2 parents 7222b0c + 10e67aa commit 2f0b349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kitodo/src/main/webapp/pages/login.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</span>
<div>
<label for="username">#{msgs.username}</label>
<input id="username" name="username" autocomplete="username"/>
<input id="username" name="username" autocomplete="username" autofocus="autofocus"/>
</div>
<div>
<label for="password">#{msgs.password}</label>
Expand Down

0 comments on commit 2f0b349

Please sign in to comment.