diff --git a/src/pages/action.tsx b/src/pages/action.tsx index 71551c04..f7564cd5 100644 --- a/src/pages/action.tsx +++ b/src/pages/action.tsx @@ -71,7 +71,7 @@ export default function Reset({ toastId: "verify-successful", }); setTimeout(() => { - router.reload(); + router.push("/"); }, 1000); return; }