chore: remove redundant is-danger class
This commit is contained in:
parent
4f9681bde8
commit
c0ba7210f3
|
|
@ -22,7 +22,6 @@
|
|||
ref="passwordInput"
|
||||
v-model="password"
|
||||
:label="$t('user.settings.currentPassword')"
|
||||
:class="{'is-danger': errPasswordRequired}"
|
||||
:placeholder="$t('user.settings.currentPasswordPlaceholder')"
|
||||
type="password"
|
||||
:error="errPasswordRequired ? $t('user.deletion.passwordRequired') : null"
|
||||
|
|
|
|||
Loading…
Reference in New Issue