From dda5735faf09de1b2c6a358325fe2dc9aa1511b5 Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Thu, 18 Jul 2024 12:43:21 +0800 Subject: [PATCH] fix login with wrong username --- src/pages/authentication/auth-forms/AuthLoginCustom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {