Skip to content

Commit

Permalink
style: Show error messages on change password form
Browse files Browse the repository at this point in the history
  • Loading branch information
atoff committed Nov 23, 2022
1 parent 75a666b commit e0fa145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/user/ChangePassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="Current Password"
type="password"
:errors="errors"
error-key="old_passowrd"
error-key="oldPassowrd"
autocomplete="current-password"
required
/>
Expand All @@ -20,7 +20,7 @@
name="New Password"
type="password"
:errors="errors"
error-key="new_password1"
error-key="newPassword1"
autocomplete="new-password"
required
/>
Expand All @@ -29,7 +29,7 @@
name="Confirm New Password"
type="password"
:errors="errors"
error-key="new_password2"
error-key="newPassword2"
autocomplete="new-password"
required
/>
Expand Down

0 comments on commit e0fa145

Please sign in to comment.