feat: change default path after login

This commit is contained in:
2025-04-07 16:38:17 +03:00
parent 2ef4b967f3
commit a6eec16309

View File

@@ -16,7 +16,7 @@ const LoginPage: FunctionComponent = () => {
<Button <Button
onClick={() => { onClick={() => {
isLoggedIn.value = true; isLoggedIn.value = true;
route("/profile/settings", true); route("/profile/tasks", true);
}} }}
> >
Login Login