mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Merge pull request #2754 from rommapp/romm-2721
[ROMM-2721] Fix saving user without password
This commit is contained in:
@@ -111,9 +111,7 @@ function closeDialog() {
|
||||
variant="outlined"
|
||||
:label="t('settings.password')"
|
||||
:placeholder="t('settings.password-placeholder')"
|
||||
:rules="usersStore.passwordRules"
|
||||
type="password"
|
||||
required
|
||||
clearable
|
||||
class="ma-2"
|
||||
/>
|
||||
|
||||
@@ -153,8 +153,6 @@ onUnmounted(() => {
|
||||
class="ma-4"
|
||||
variant="outlined"
|
||||
:label="t('settings.password')"
|
||||
:rules="usersStore.passwordRules"
|
||||
required
|
||||
clearable
|
||||
/>
|
||||
<v-text-field
|
||||
|
||||
Reference in New Issue
Block a user