Skip to content

Commit

Permalink
password autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 27, 2024
1 parent e75b803 commit be1076a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/auth/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ async function authenticate() {
fill="solid"
label-placement="floating"
placeholder="**********"
autocomplete="current-password"
v-model="password"
@keyup.enter="authenticate"
required
Expand Down

0 comments on commit be1076a

Please sign in to comment.