feat: pseudo-login
This commit is contained in:
@@ -22,6 +22,7 @@ const LoginPage: FunctionComponent = () => {
|
||||
color="secondary"
|
||||
onClick={() => {
|
||||
isLoggedIn.value = true;
|
||||
localStorage.setItem("loggedIn", "true");
|
||||
route("/profile/tasks", true);
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user