@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.
- package/bundles/sabstravtech-obtservices-base.umd.js +6 -6
- package/bundles/sabstravtech-obtservices-base.umd.js.map +1 -1
- package/esm2015/base/lib/vendor/services/logon.service.js +7 -7
- package/fesm2015/sabstravtech-obtservices-base.js +6 -6
- package/fesm2015/sabstravtech-obtservices-base.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
42926
|
-
|
|
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
|
}());
|