Browse Source

fix eng name and cht name

CR003
Alex Cheung 1 year ago
parent
commit
51462e8283
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js View File

@@ -522,10 +522,11 @@ const CustomFormWizard = (props) => {
return true return true
} else if (enName !== "" && chName == ""){ } else if (enName !== "" && chName == ""){
return true return true
} else if (enName !== "" && chName !== "") {
return true
} else { } else {
return false return false
} }

} }


function handlePassword(password) { function handlePassword(password) {


Loading…
Cancel
Save