Explorar el Código

fix eng name and cht name

CR013B2
Alex Cheung hace 2 años
padre
commit
51462e8283
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js Ver fichero

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


Cargando…
Cancelar
Guardar