http-request-manager 18.15.8 → 18.15.9
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.
|
@@ -6887,7 +6887,7 @@ class HTTPManagerStateService extends ComponentStore {
|
|
|
6887
6887
|
console.log('Received:', message);
|
|
6888
6888
|
// Debug: Log all message types
|
|
6889
6889
|
this.logger.debug('StateStore', '📨 Message type', { type: message.type });
|
|
6890
|
-
if (message.error === 'JWT_INVALID') {
|
|
6890
|
+
if (message.error === 'JWT_INVALID' || message.error === 'AUTH_BLOCKED') {
|
|
6891
6891
|
this.shouldRetry = false;
|
|
6892
6892
|
this.httpManagerService.disconnect();
|
|
6893
6893
|
}
|