Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only show password validation errors in password change form
We're about to add another form to this page to allow the user to change their email. Since that form will also act on the User model we want to make sure that the relevant validation errors are shown on each form. This form deals with errors on the password field so we add a guard clause for those.
- Loading branch information