From 39d4f94c0b737eb131c454ff61beebbec7bd8acd Mon Sep 17 00:00:00 2001 From: "don.cryptus" Date: Wed, 20 Dec 2023 21:25:40 +0100 Subject: [PATCH] easy --- web/src/store/AuthStore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/store/AuthStore.tsx b/web/src/store/AuthStore.tsx index 200ae86a..9545a653 100644 --- a/web/src/store/AuthStore.tsx +++ b/web/src/store/AuthStore.tsx @@ -64,7 +64,7 @@ export const AuthStore = proxy({ msg: t("ACCOUNT_CREATED") as string, type: "success", }); - router.push("/dashboard"); + router.push("/"); } } catch (err) { catchErrorAlerts(err, t);