@resolveio/client-lib-core 1.3.13 → 1.3.14

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.
@@ -5547,6 +5547,9 @@ class AuthGuard {
5547
5547
  }
5548
5548
  resolve(false);
5549
5549
  }
5550
+ else {
5551
+ resolve(true);
5552
+ }
5550
5553
  }
5551
5554
  else {
5552
5555
  if (!this.isLinkPartialRoute(partialView) && !user.roles.groups.some(a => a.views.some(b => b === partialView))) {