intelica-library-ui 0.1.212 → 0.1.214

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.
@@ -489,6 +489,10 @@ const RefreshTokenInterceptor = (req, next) => {
489
489
  : getCookie(authenticationClientID) ?? "",
490
490
  };
491
491
  console.log(req.url);
492
+ console.log(!req.url.includes("ValidateToken") &&
493
+ !req.url.includes("environment.json") &&
494
+ !req.url.includes("GetAuthenticationFromCache") &&
495
+ !req.url.includes("SetCookies"));
492
496
  if (!req.url.includes("ValidateToken") &&
493
497
  !req.url.includes("environment.json") &&
494
498
  !req.url.includes("GetAuthenticationFromCache") &&