feat: change default path after login
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user