@frontegg/angular 6.24.0-alpha.8719213916 → 6.24.0-alpha.8737134301

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.
@@ -539,13 +539,6 @@
539
539
  FronteggAppService.prototype.showAdminPortal = function () {
540
540
  this.fronteggApp.showAdminPortal();
541
541
  };
542
- /**
543
- * Open admin portal hosted mode
544
- * @param newTab - open in new tab
545
- * */
546
- FronteggAppService.prototype.openHostedAdminPortal = function (newTab) {
547
- this.fronteggApp.openHostedAdminPortal(newTab);
548
- };
549
542
  // Open admin portal
550
543
  FronteggAppService.prototype.hideAdminPortal = function () {
551
544
  var _a;