Skip to content

Commit

Permalink
Redirect app to root on success password
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 18, 2024
1 parent 54739f3 commit 1081270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Home() {
dispatch
);
if (response) {
router.push('../password/');
router.push('/');
} else {
setLoading(false);
}
Expand Down

0 comments on commit 1081270

Please sign in to comment.