Browse Source

Fix: Try to fix browser autocomplete on login-form fields

pull/180/head
winkidney 4 years ago
parent
commit
c71d398850
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pinry-spa/src/components/LoginForm.vue

+ 2
- 1
pinry-spa/src/components/LoginForm.vue View File

@@ -10,7 +10,8 @@
:type="form.username.type"
:message="form.username.error">
<b-input
type="string"
name="username"
type="text"
v-model="form.username.value"
placeholder="Your Username"
maxlength="30"


Loading…
Cancel
Save