1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +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 filled
rounded rounded
autofocus autofocus
autocomplete="username"
class="rounded-lg" class="rounded-lg"
name="login" name="login"
:label="$t('user.email-or-username')" :label="$t('user.email-or-username')"
@ -56,6 +57,7 @@
:append-icon="passwordIcon" :append-icon="passwordIcon"
filled filled
rounded rounded
autocomplete="current-password"
class="rounded-lg" class="rounded-lg"
name="password" name="password"
:label="$t('user.password')" :label="$t('user.password')"