mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
chore: remove redundant is-danger class
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user