Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwu359 committed Oct 29, 2023
1 parent 23d6b56 commit 1b3da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 1b3da91

Please sign in to comment.