Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Dec 20, 2023
1 parent fe77c98 commit 39d4f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/store/AuthStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 39d4f94

Please sign in to comment.