Skip to content

Commit

Permalink
fix(#3393): set autofocus on username input field on login form
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed May 22, 2024
1 parent 0623efa commit f4cbf60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
autocomplete="username"
name="username"
type="text"
autofocus
/>
<sba-input
:label="t('login.placeholder.password')"
Expand Down

0 comments on commit f4cbf60

Please sign in to comment.