Skip to content

Commit

Permalink
GH-138 Fix autocomplete in password field (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolheiser authored Aug 5, 2020
1 parent 9f1a7fc commit 0630f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-frontend/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
v-model="auth.token"
type="password"
placeholder="Token"
autocomple="on"
autocomplete="on"
).w-96.bg-gray-100.p-2.rounded
div.py-1.text-right.px-2.mt-1
router-link(:to="this.qualifier").text-blue-400.text-xs ← Back to index
Expand Down

0 comments on commit 0630f25

Please sign in to comment.