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

@@ -29,6 +29,7 @@ const ProfileSettings: FunctionComponent = () => {
color="secondary"
onClick={() => {
isLoggedIn.value = false;
localStorage.setItem("loggedIn", "false");
route("/login", true);
}}
>