Skip to content

Commit

Permalink
enable auth for recruitment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamini08 committed Sep 22, 2024
1 parent 9a1f623 commit 0740141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/(default)/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const RegisterPage = () => {
}
});
});
useEffect(() => {
router.push("/");
})
// useEffect(() => {
// router.push("/");
// })
return (
<div className="w-50 mt-16 mx-auto flex flex-col items-center justify-center">
<div className="form-container my-2">
Expand Down

0 comments on commit 0740141

Please sign in to comment.