This commit is contained in:
2020-10-05 20:34:15 +00:00
parent c9449377f7
commit 932c322e44
2 changed files with 53 additions and 5 deletions

View File

@@ -57,7 +57,7 @@
>
</v-select>
</v-col>
<v-col cols="12" md="7">
<v-col cols="12" md="7">
<v-text-field
name="username"
id="username"
@@ -78,7 +78,7 @@
name="password"
id="password"
v-model="input.password"
:append-outer-icon="reveal ? 'fa-eye' : 'fa-eye-slash'"
:append-outer-icon="reveal ? '$ayiEye' : '$ayiEyeSlash'"
prepend-icon="$ayiKey"
:type="reveal ? 'text' : 'password'"
:error="errorBadCreds"