diff --git a/core/core-frontend/src/websocket/index.ts b/core/core-frontend/src/websocket/index.ts index 3c7229a81f..46d427b626 100644 --- a/core/core-frontend/src/websocket/index.ts +++ b/core/core-frontend/src/websocket/index.ts @@ -22,7 +22,7 @@ export default { } ] function isLoginStatus() { - return wsCache.get('user.token') + return wsCache.get('user.token') && wsCache.get('user.uid') } function connection() { diff --git a/de-xpack b/de-xpack index 528b54e27d..ff5fe709c3 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 528b54e27d9532e8c818e1ac70ce8e4a7dfbdc84 +Subproject commit ff5fe709c3cdb815c70d2b90a89c5b4fc3b105e3