Skip to content

Commit

Permalink
Autofocus login input on page load
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Nov 26, 2024
1 parent 256951c commit 56c11a1
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 56c11a1

Please sign in to comment.