Procházet zdrojové kódy

fix login with wrong username

CR003
Alex Cheung před 1 rokem
rodič
revize
dda5735faf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js

+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js Zobrazit soubor

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


Načítá se…
Zrušit
Uložit