Procházet zdrojové kódy

fix eng name and cht name

CR003
Alex Cheung před 1 rokem
rodič
revize
51462e8283
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit