Przeglądaj źródła

fix eng name and cht name

CR003
Alex Cheung 1 rok temu
rodzic
commit
51462e8283
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz