Autofocus the lockscreen

This commit is contained in:
Timothy Farrell 2026-05-15 21:08:37 +00:00
parent c0231fcd26
commit d6dc384e9f

View File

@ -95,6 +95,7 @@
bind:value={masterPassword} bind:value={masterPassword}
placeholder="Enter master password" placeholder="Enter master password"
autocomplete="current-password" autocomplete="current-password"
autofocus
disabled={loading} disabled={loading}
/> />
</div> </div>