Skip to content

Commit

Permalink
Merge pull request #76 from kamini08/main
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySingh04 authored Sep 22, 2024
2 parents 4b1646a + 7ce21df commit c2f691b
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 c2f691b

Please sign in to comment.