mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
test v-show for login inputs
This commit is contained in:
parent
644e871ec1
commit
064acd1289
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@
|
||||||
<v-card-text class="w-100">
|
<v-card-text class="w-100">
|
||||||
<v-form @submit.prevent="authenticate">
|
<v-form @submit.prevent="authenticate">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-if="allowPasswordLogin"
|
v-show="allowPasswordLogin"
|
||||||
v-model="form.email"
|
v-model="form.email"
|
||||||
:prepend-inner-icon="$globals.icons.email"
|
:prepend-inner-icon="$globals.icons.email"
|
||||||
variant="solo-filled"
|
variant="solo-filled"
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-if="allowPasswordLogin"
|
v-show="allowPasswordLogin"
|
||||||
id="password"
|
id="password"
|
||||||
v-model="form.password"
|
v-model="form.password"
|
||||||
:prepend-inner-icon="$globals.icons.lock"
|
:prepend-inner-icon="$globals.icons.lock"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue