From 78af6cc8f0a37fef87889ce61ae872813d1df5d9 Mon Sep 17 00:00:00 2001 From: falendikategar Date: Thu, 14 Nov 2024 08:48:22 +0700 Subject: [PATCH] update: comment the console log code in the login index --- apps/frontend/src/routes/login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/routes/login/index.tsx b/apps/frontend/src/routes/login/index.tsx index 09fa3a1..b3c43ad 100644 --- a/apps/frontend/src/routes/login/index.tsx +++ b/apps/frontend/src/routes/login/index.tsx @@ -36,7 +36,7 @@ const formSchema = z.object({ }); export default function LoginPage() { - console.log("hii"); + // console.log("hii"); const [errorMessage, setErrorMessage] = useState(""); const navigate = useNavigate();