Skip to content

Commit 06483d6

Browse files
committed
Add autofocus attribute to username input
1 parent 8c79f46 commit 06483d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_app/homepage/templates/homepage/sections/webauthn_form.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
placeholder="example_username"
1414
x-model="username"
1515
autocomplete="username webauthn"
16+
autofocus
1617
@input.debounce="handleSaveUsername"
1718
/>
1819
</div>

0 commit comments

Comments
 (0)