mirror of
https://github.com/pinry/pinry.git
synced 2026-02-26 00:01:04 +01:00
Fix: Try to fix browser autocomplete on login-form fields
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user