intelica-library-ui 0.1.51 → 0.1.53

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.
@@ -350,6 +350,7 @@ const RefreshTokenInterceptor = (req, next) => {
350
350
  Cookies.remove("businessUserClientGroupID", CookieAttributesGeneral);
351
351
  Cookies.remove("defaultClientID", CookieAttributesGeneral);
352
352
  Cookies.remove("defaultClientGroupID", CookieAttributesGeneral);
353
+ Cookies.remove(authenticationClientID, CookieAttributesGeneral);
353
354
  window.location.href = authenticationLocation;
354
355
  return next(_request);
355
356
  }