From ff868b0570d93063e619bbd7821a9c0cc7fee185 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Mon, 1 Jul 2024 13:11:15 +0530 Subject: [PATCH] fixed after login navigation to /sponser --- src/Pages/Login.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Pages/Login.jsx b/src/Pages/Login.jsx index ee3f309..e83ff08 100644 --- a/src/Pages/Login.jsx +++ b/src/Pages/Login.jsx @@ -56,7 +56,7 @@ const Login = () => { }); Cookies.set("isAuthenticated", true, { expires: 7 }); - navigate("/"); + navigate("/sponser"); }, 2000); // 3-second delay } else { return setTimeout(() => { @@ -93,7 +93,7 @@ const Login = () => { justifyContent: "center", position: "relative", overflow: "hidden", - backgroundColor:"#0041180A" + backgroundColor: "#0041180A", }} className="rubix-primary" >