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
Expect it to validate the new password / confirm password with the validators.
Actual Behavior
The only validator that runs is validatePasswordStrength which is a custom validator I've created. Any help would be appreciated. validateConfirmation always evaluates to true even when there's nothing in newPassword, and newPassword doesn't seem to be evaluated either.
The text was updated successfully, but these errors were encountered:
Code Snippet
Version
3.10.0
Expected Behavior
Expect it to validate the new password / confirm password with the validators.
Actual Behavior
The only validator that runs is
validatePasswordStrength
which is a custom validator I've created. Any help would be appreciated.validateConfirmation
always evaluates to true even when there's nothing innewPassword
, andnewPassword
doesn't seem to be evaluated either.The text was updated successfully, but these errors were encountered: