Selaa lähdekoodia

fix eng name and cht name

CR003
Alex Cheung 1 vuosi sitten
vanhempi
commit
51462e8283
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna