Search
This commit is contained in:
@@ -2,5 +2,5 @@ document.getElementById("logoutButton").onclick = async e => {
|
||||
console.log("here");
|
||||
e.preventDefault();
|
||||
localStorage.removeItem("token");
|
||||
window.location.href = "login.html"
|
||||
window.location.href = "/login"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user