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 login with wrong username
CR003
Alex Cheung
hace 1 año
padre
cdbf342265
commit
dda5735faf
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/pages/authentication/auth-forms/AuthLoginCustom.js
+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js
Ver fichero
@@ -123,7 +123,7 @@ const AuthLoginCustom = () => {
// setSumitting(false)
})
.catch((error) => {
console.log(error)
//
console.log(error
.response
)
// setSuccess(false)
setOnLogin(false)
if (error.response != undefined) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar