Skip to content

Commit

Permalink
fix: Autocomplete Accessibility on Login form (#4837)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdpearson authored Jan 5, 2025
1 parent cb1dbe3 commit 288bb65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
filled
rounded
autofocus
autocomplete="username"
class="rounded-lg"
name="login"
:label="$t('user.email-or-username')"
Expand All @@ -56,6 +57,7 @@
:append-icon="passwordIcon"
filled
rounded
autocomplete="current-password"
class="rounded-lg"
name="password"
:label="$t('user.password')"
Expand Down

0 comments on commit 288bb65

Please sign in to comment.