Skip to content

Commit

Permalink
Merge pull request kitodo#6329 from BartChris/focus_login_screen
Browse files Browse the repository at this point in the history
Autofocus login input on page load
  • Loading branch information
solth authored Dec 2, 2024
2 parents 256951c + 56c11a1 commit 449d1a1
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 449d1a1

Please sign in to comment.