@sabstravtech/obtservices 0.2.2407171020 → 0.2.2407171418

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.
@@ -35560,12 +35560,12 @@
35560
35560
  return result.asObservable();
35561
35561
  };
35562
35562
  BaseLogonService.prototype.setEnvironment = function () {
35563
- this.isScionEnv = window.location.href.includes('sabsenterprise');
35564
- this.isLightningEnv = !this.isScionEnv;
35565
- if (window.location.href.includes('localhost')) {
35566
- this.isScionEnv = this.environment.obt === 'scion';
35567
- this.isLightningEnv = !this.isScionEnv;
35568
- }
35563
+ // this.isScionEnv = window.location.href.includes('sabsenterprise');
35564
+ // this.isLightningEnv = !this.isScionEnv;
35565
+ // if (window.location.href.includes('localhost')) {
35566
+ // this.isScionEnv = this.environment.obt === 'scion';
35567
+ // this.isLightningEnv = !this.isScionEnv;
35568
+ // }
35569
35569
  };
35570
35570
  return BaseLogonService;
35571
35571
  }());