monkey-front-core 0.0.589 → 0.0.590

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.
@@ -5316,6 +5316,7 @@ class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
5316
5316
  const hasToRefresh = this.monkeyecxAuthenticationService.refreshShouldHappen(error);
5317
5317
  if ((error.status === 401 || error.status === 400) && hasToRefresh) {
5318
5318
  NgZone.call(this.monkeyecxAuthenticationService.redirectLoginWelcomeBack(), {});
5319
+ this.handleMessage(error, mkc);
5319
5320
  }
5320
5321
  else if (!this.isHttpCodeIgnoreMessage(mkc, error.status)) {
5321
5322
  this.handleMessage(error, mkc);