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