@indice/ng-components 0.2.157-beta.1 → 0.2.157-beta.2

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.
@@ -3400,6 +3400,7 @@
3400
3400
  this.authService.signinRedirectCallback().subscribe(function (user) {
3401
3401
  var _a;
3402
3402
  if (user) {
3403
+ debugger;
3403
3404
  _this.router.navigateByUrl(((_a = user.state) === null || _a === void 0 ? void 0 : _a.url) || '/');
3404
3405
  }
3405
3406
  });