Ver a proveniência

fix eng name and cht name

CR023
Alex Cheung há 2 anos
ascendente
cometimento
51462e8283
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

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

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


Carregando…
Cancelar
Guardar