mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 19:35:20 +00:00
fix loginRedirect
This commit is contained in:
@@ -5,7 +5,7 @@ const redirectIfOnLogin = () => {
|
||||
const path = window.location.pathname;
|
||||
if (path == "/login" || path == "/register" || !localStorage.getItem("token")) {
|
||||
window.location.pathname = "/login";
|
||||
window.location.reload();
|
||||
//window.location.reload();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user