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