@open-rlb/ng-app 3.1.110 → 3.1.112

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.
@@ -1706,6 +1706,7 @@ class CompanyInterceptor {
1706
1706
  this.config = inject(RLB_CFG);
1707
1707
  }
1708
1708
  intercept(req, next) {
1709
+ console.log('HttpInterceptor');
1709
1710
  const authConfig = this.config.auth;
1710
1711
  const isAllowed = authConfig?.allowedUrls?.some(url => req.url.includes(url));
1711
1712
  if (!isAllowed || !authConfig?.enableCompanyInterceptor) {