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:
parent
cb1dbe34fa
commit
288bb65d67
1 changed files with 2 additions and 0 deletions
|
@ -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')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue