diff --git a/lib/templates_helpers/at_pwd_form.js b/lib/templates_helpers/at_pwd_form.js index 2f8d53c..89fd9fa 100644 --- a/lib/templates_helpers/at_pwd_form.js +++ b/lib/templates_helpers/at_pwd_form.js @@ -62,7 +62,7 @@ AT.prototype.atPwdFormEvents = { } // Validates the field value only if current state is not "signIn" - if (preValidation && field.getStatus() !== false){ + if (preValidation){ var validationErr = field.validate(value, "strict"); if (validationErr) { if (field.negativeValidation)