fix auth lib; add client view; add client validation; minor fixes

This commit is contained in:
2026-07-13 22:16:15 +02:00
parent 2c1fb161d1
commit 50186b6840
11 changed files with 186 additions and 3709 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ api.interceptors.response.use(
localStorage.removeItem('token');
window.location.href = '/login';
}
// @ts-ignore
return Promise.reject(err);
}
);