diff --git a/server/front/main/js.js b/server/front/main/js.js index 870c806..dc147dd 100644 --- a/server/front/main/js.js +++ b/server/front/main/js.js @@ -1,4 +1,4 @@ const token = localStorage.getItem("token"); if (!token) { - window.location.href = "./../register/index.html"; + window.location.href = "./../login/index.html"; } \ No newline at end of file