mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
Do not force theme settings on login form (#260)
This commit is contained in:
parent
ab81061cba
commit
6706918736
1 changed files with 0 additions and 4 deletions
|
@ -22,13 +22,11 @@
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-if="!options.isLoggingIn"
|
v-if="!options.isLoggingIn"
|
||||||
v-model="user.name"
|
v-model="user.name"
|
||||||
light="light"
|
|
||||||
prepend-icon="person"
|
prepend-icon="person"
|
||||||
:label="$t('general.name')"
|
:label="$t('general.name')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="user.email"
|
v-model="user.email"
|
||||||
light="light"
|
|
||||||
prepend-icon="mdi-email"
|
prepend-icon="mdi-email"
|
||||||
validate-on-blur
|
validate-on-blur
|
||||||
:label="$t('user.email')"
|
:label="$t('user.email')"
|
||||||
|
@ -36,7 +34,6 @@
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="user.password"
|
v-model="user.password"
|
||||||
light="light"
|
|
||||||
class="mb-2s"
|
class="mb-2s"
|
||||||
prepend-icon="mdi-lock"
|
prepend-icon="mdi-lock"
|
||||||
:label="$t('user.password')"
|
:label="$t('user.password')"
|
||||||
|
@ -47,7 +44,6 @@
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn
|
<v-btn
|
||||||
v-if="options.isLoggingIn"
|
v-if="options.isLoggingIn"
|
||||||
dark
|
|
||||||
color="primary"
|
color="primary"
|
||||||
block="block"
|
block="block"
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue