@indigina/kendo 1.0.167-beta → 1.0.172-beta

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.
@@ -1770,6 +1770,7 @@
1770
1770
  return rxjs.of(true);
1771
1771
  };
1772
1772
  AzureB2CProvider.prototype.login = function () {
1773
+ this.authService.handleRedirectObservable().subscribe();
1773
1774
  if (!this.isUserLoggedIn()) {
1774
1775
  this.authService.loginRedirect().subscribe();
1775
1776
  }