Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
alex
/
PNSPS-frontend-MaterialUI
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix eng name and cht name
CR003
Alex Cheung
hace 1 año
padre
6ae8ba07a6
commit
51462e8283
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
} else if (enName !== "" && chName == ""){
return true
} else if (enName !== "" && chName !== "") {
return true
} else {
return false
}
}
function handlePassword(password) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar