@sabstravtech/obtservices 0.2.2510101540 → 0.2.2510101700

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.
@@ -42919,12 +42919,12 @@
42919
42919
  return result.asObservable();
42920
42920
  };
42921
42921
  BaseLogonService.prototype.setEnvironment = function () {
42922
- this.isScionEnv = window.location.href.includes('sabsenterprise');
42923
- this.isLightningEnv = !this.isScionEnv;
42924
- if (window.location.href.includes('localhost')) {
42925
- this.isScionEnv = this.environment.obt === 'scion';
42926
- this.isLightningEnv = !this.isScionEnv;
42927
- }
42922
+ // this.isScionEnv = window.location.href.includes('sabsenterprise');
42923
+ // this.isLightningEnv = !this.isScionEnv;
42924
+ // if (window.location.href.includes('localhost')) {
42925
+ // this.isScionEnv = this.environment.obt === 'scion';
42926
+ // this.isLightningEnv = !this.isScionEnv;
42927
+ // }
42928
42928
  };
42929
42929
  return BaseLogonService;
42930
42930
  }());