@oila/0account 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1348,7 +1348,7 @@ class WS {
1348
1348
  appId: `${this.appId}`,
1349
1349
  message: {},
1350
1350
  };
1351
- if (action === fromWidgetEnsureSession) {
1351
+ if (action === fromWidgetEnsureSession || action === fromWidgetLoggedOut) {
1352
1352
  const sessionId = localStorage.getItem(`${PREFIX}_${SESSION_ID}`);
1353
1353
  const sessionToken = localStorage.getItem(`${PREFIX}_${SESSION_TOKEN}`);
1354
1354
  if (!sessionId || !sessionToken)