fix jss 0.146
All checks were successful
Build Docker / deploy (push) Successful in 41s
Build Docker / build (push) Successful in 38s

This commit is contained in:
2026-03-19 01:52:57 +03:00
parent b667cde3d7
commit 25ec2c7bcb
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ function getToken() {
function tokenCheck(){
const token = getToken();
if (!token) {
window.location.href = "http://localhost:5500/server/frontend/auth/login.html";
window.location.href = "https://ru.homyk.space";
}
}