diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index a0a902f..a30319c 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -522,10 +522,11 @@ const CustomFormWizard = (props) => { return true } else if (enName !== "" && chName == ""){ return true + } else if (enName !== "" && chName !== "") { + return true } else { return false } - } function handlePassword(password) {