Parcourir la source

fix eng name and cht name

CR003
Alex Cheung il y a 1 an
Parent
révision
51462e8283
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Voir le fichier

@@ -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) {


Chargement…
Annuler
Enregistrer