fix: FE login for auto insert password
This commit is contained in:
parent
85a5a61e79
commit
4883f34a22
1 changed files with 5 additions and 1 deletions
|
@ -83,12 +83,16 @@ const required = (v) => {
|
|||
v-model="data.username"
|
||||
class="mb-2"
|
||||
label="Username"
|
||||
name="username"
|
||||
autocomplete="username"
|
||||
></v-text-field>
|
||||
|
||||
<v-text-field
|
||||
v-model="data.password"
|
||||
label="Password"
|
||||
placeholder="Enter your password"
|
||||
name="password"
|
||||
type="password"
|
||||
autocomplete="current-password"
|
||||
></v-text-field>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue