Compare commits

...

2 Commits

Author SHA1 Message Date
Kuchenpirat
1f2168b6d6 Merge branch 'mealie-next' into test-v-show-for-login-inputs 2025-07-19 22:08:31 +02:00
Kuchenpirat
064acd1289 test v-show for login inputs 2025-07-19 20:06:30 +00:00

View File

@@ -68,7 +68,7 @@
<v-card-text class="w-100">
<v-form @submit.prevent="authenticate">
<v-text-field
v-if="allowPasswordLogin"
v-show="allowPasswordLogin"
v-model="form.email"
:prepend-inner-icon="$globals.icons.email"
variant="solo-filled"
@@ -81,7 +81,7 @@
type="text"
/>
<v-text-field
v-if="allowPasswordLogin"
v-show="allowPasswordLogin"
id="password"
v-model="form.password"
:prepend-inner-icon="$globals.icons.lock"