summaryrefslogtreecommitdiff
path: root/src/views/ChangePassword/ChangePassword.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/ChangePassword/ChangePassword.vue')
-rw-r--r--src/views/ChangePassword/ChangePassword.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/ChangePassword/ChangePassword.vue b/src/views/ChangePassword/ChangePassword.vue
index b2edcd47..fbf95d9d 100644
--- a/src/views/ChangePassword/ChangePassword.vue
+++ b/src/views/ChangePassword/ChangePassword.vue
@@ -22,6 +22,7 @@
autofocus="autofocus"
type="password"
:state="getValidationState($v.form.password)"
+ class="form-control-with-button"
@change="$v.form.password.$touch()"
>
</b-form-input>
@@ -42,6 +43,7 @@
v-model="form.passwordConfirm"
type="password"
:state="getValidationState($v.form.passwordConfirm)"
+ class="form-control-with-button"
@change="$v.form.passwordConfirm.$touch()"
>
</b-form-input>