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