From 846d829d10da744ab0be76c8e6a29948f91d5fc0 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 3 Feb 2024 12:40:27 +0000 Subject: [PATCH] Had left some code behind? --- src/pages/action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }