Przeglądaj źródła

fix login with wrong username

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

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

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


Ładowanie…
Anuluj
Zapisz