You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clears any validation error message before re-displaying confirmation (#487)
It's a small change, but it should be OK. 🤓
Previously, there was a **very minor** issue if the following steps were followed:
- log in
- navigate to profile
- delete account
- enter incorrect password
- note the validation error message
- close confirmation window via ESC or Nevermind
- delete account...again
The issue: the validation error message is still displayed.
I've simply added `$this->resetErrorBag();` to make sure that validation errors are cleared each time the user attempts to delete their account.
Please let me know if there are any problems/questions. Thx...! 🤓
0 commit comments