Skip to content

Commit

Permalink
Final Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-1303 committed Jun 27, 2024
2 parents 5456a7a + a0bce24 commit 5a21648
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 5a21648

Please sign in to comment.