Browse Source

fix login with wrong username

CR003
Alex Cheung 1 year ago
parent
commit
dda5735faf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js

+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js View File

@@ -123,7 +123,7 @@ const AuthLoginCustom = () => {
// setSumitting(false) // setSumitting(false)
}) })
.catch((error) => { .catch((error) => {
console.log(error)
// console.log(error.response)
// setSuccess(false) // setSuccess(false)
setOnLogin(false) setOnLogin(false)
if (error.response != undefined) { if (error.response != undefined) {


Loading…
Cancel
Save