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);