diff --git a/frontend/src/pages/dashboard.tsx b/frontend/src/pages/dashboard.tsx index a223aa4e1..92a6a5b3d 100644 --- a/frontend/src/pages/dashboard.tsx +++ b/frontend/src/pages/dashboard.tsx @@ -22,6 +22,7 @@ const Dashboard = () => { useEffect(() => { if (router.isReady && !user) { router.replace({ pathname: "/login" }); + console.log("remove me"); } }, [user, router.isReady]); if (!isSignedIn(user)) {