diff --git a/src/ws-client.ts b/src/ws-client.ts index b56b791be..f55251289 100644 --- a/src/ws-client.ts +++ b/src/ws-client.ts @@ -286,7 +286,7 @@ class Api { local.remove(TOKEN_LOCAL_STORAGE_ITEM_NAME); showNotify('error', "Unauthorized", false); setTimeout(() => { - window.location.reload(); + this.connect(); }, 1000); } }