1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

fix: Autocomplete Accessibility on Login form (#4837)

This commit is contained in:
David Pearson 2025-01-05 16:28:19 -05:00 committed by GitHub
parent cb1dbe34fa
commit 288bb65d67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@
filled
rounded
autofocus
autocomplete="username"
class="rounded-lg"
name="login"
:label="$t('user.email-or-username')"
@ -56,6 +57,7 @@
:append-icon="passwordIcon"
filled
rounded
autocomplete="current-password"
class="rounded-lg"
name="password"
:label="$t('user.password')"