Преглед изворни кода

fix login with wrong username

CR003
Alex Cheung пре 1 година
родитељ
комит
dda5735faf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js

+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js Прегледај датотеку

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


Loading…
Откажи
Сачувај