@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.
- 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
|
@@ -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
|
-
|
|
35567
|
-
|
|
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
|
}());
|