@open-rlb/ng-app 3.1.25 → 3.1.26

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.
@@ -525,6 +525,7 @@ class AppsService {
525
525
  const confAcl = this.confAcl;
526
526
  return apps.filter(app => {
527
527
  // Basic domain check
528
+ console.log('Filtering app:', app);
528
529
  const isDomainAllowed = !app.domains || app.domains.includes(this.currentDomain);
529
530
  if (!isDomainAllowed)
530
531
  return false;