Журнал перемещений, упрощение и чистка
This commit is contained in:
@@ -120,6 +120,9 @@ class ClientManager {
|
||||
// Очищаем cookie пользователя
|
||||
this.clearUserCookie();
|
||||
|
||||
// Очищаем локальное хранилище
|
||||
localStorage.clear();
|
||||
|
||||
// Переход на страницу выхода
|
||||
setTimeout(() => {
|
||||
window.location.href = '/user/login';
|
||||
|
||||
Reference in New Issue
Block a user