summaryrefslogtreecommitdiff
path: root/src/views/ProfileSettings/ProfileSettings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/ProfileSettings/ProfileSettings.vue')
-rw-r--r--src/views/ProfileSettings/ProfileSettings.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/ProfileSettings/ProfileSettings.vue b/src/views/ProfileSettings/ProfileSettings.vue
index dee8d399..8c68839d 100644
--- a/src/views/ProfileSettings/ProfileSettings.vue
+++ b/src/views/ProfileSettings/ProfileSettings.vue
@@ -44,6 +44,7 @@
aria-describedby="password-help-block"
:state="getValidationState($v.form.newPassword)"
data-test-id="profileSettings-input-newPassword"
+ class="form-control-with-button"
@input="$v.form.newPassword.$touch()"
/>
<b-form-invalid-feedback role="alert">
@@ -75,6 +76,7 @@
type="password"
:state="getValidationState($v.form.confirmPassword)"
data-test-id="profileSettings-input-confirmPassword"
+ class="form-control-with-button"
@input="$v.form.confirmPassword.$touch()"
/>
<b-form-invalid-feedback role="alert">