perf: Add autofocus on login page (#1117)

This commit is contained in:
Rémi Marseault 2023-10-01 10:41:52 +02:00 committed by GitHub
parent 0e5c05a5f4
commit 7ca220dfa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
name="username"
autocapitalize="none"
persistent-placeholder
autofocus
@keyup.enter.native="login"
/>
<v-text-field