Skip to content

Commit

Permalink
fixed org creation for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
subru-37 committed Oct 21, 2024
1 parent 695d4ad commit 2d16109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web-admin/src/components/ProtectedRoute.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const ProtectedRoute = ({ children }) => {
};
});
} else {
// postOrg();
router.replace('/404');
postOrg();
// router.replace('/404');
}
}

Expand Down

0 comments on commit 2d16109

Please sign in to comment.