feat: pseudo-login

This commit is contained in:
2025-04-14 21:01:33 +03:00
parent 7f80f4790d
commit ae9bea6c7c
5 changed files with 12 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ const LoginPage: FunctionComponent = () => {
color="secondary"
onClick={() => {
isLoggedIn.value = true;
localStorage.setItem("loggedIn", "true");
route("/profile/tasks", true);
}}
>