@resolveio/client-lib-core 1.3.14 → 1.3.15

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.
@@ -5620,6 +5620,9 @@ class AuthGuard {
5620
5620
  }
5621
5621
  resolve(false);
5622
5622
  }
5623
+ else {
5624
+ resolve(true);
5625
+ }
5623
5626
  }
5624
5627
  else {
5625
5628
  if (!this.isLinkPartialRoute(partialView) && !user.roles.groups.some(a => a.views.some(b => b === partialView))) {