chore(login): autofocus on the username field

This commit is contained in:
Matt Boris
2026-02-06 10:34:04 -05:00
committed by Jarek Krochmalski
parent 03992ae227
commit 1229ecc1d9
+1
View File
@@ -264,6 +264,7 @@
required
disabled={loading}
autocomplete="username"
autofocus
/>
</div>