diff --git a/src/pages/authentication/auth-forms/AuthLoginCustom.js b/src/pages/authentication/auth-forms/AuthLoginCustom.js index a903fe0..4187a3e 100644 --- a/src/pages/authentication/auth-forms/AuthLoginCustom.js +++ b/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) {