Skip to content

Commit

Permalink
path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelmouzahir committed Jun 26, 2024
1 parent f6734a5 commit a0bce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sait-staff/login/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const sign_in = () => {
.then(() => {
// Email sent.
setShowModal(false);
router.push("sign-in/afterResetPassword");
router.push("/auth/sign-in/afterResetPassword");
})
.catch((err) => {
console.log(err);
Expand Down

0 comments on commit a0bce24

Please sign in to comment.