This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Try to fix browser autocomplete on login-form fields
pull/180/head
winkidney
4 years ago
parent
b9ce43f985
commit
c71d398850
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save