Добавление временной авторизации

This commit is contained in:
2025-12-22 22:25:51 +03:00
parent 49d1681bcb
commit 82d298effe
13 changed files with 154 additions and 127 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$(document).ready(() => {
const token = localStorage.getItem("access_token");
const token = StorageHelper.get("access_token");
if (!token) {
window.location.href = "/auth";
return;