@resolveio/client-lib-core 1.3.10 → 1.3.11

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.
@@ -5670,7 +5670,7 @@ class AuthGuard {
5670
5670
  for (let j = 0; j < permission.views.length; j++) {
5671
5671
  let view = permission.views[j];
5672
5672
  if (view.link === link) {
5673
- return false;
5673
+ return !!view.fake_route;
5674
5674
  }
5675
5675
  }
5676
5676
  }