feat: change default path after login
This commit is contained in:
@@ -16,7 +16,7 @@ const LoginPage: FunctionComponent = () => {
|
||||
<Button
|
||||
onClick={() => {
|
||||
isLoggedIn.value = true;
|
||||
route("/profile/settings", true);
|
||||
route("/profile/tasks", true);
|
||||
}}
|
||||
>
|
||||
Login
|
||||
|
||||
Reference in New Issue
Block a user