@sabstravtech/obtservices 0.2.2606091200 → 0.2.2606091300
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.
|
@@ -42051,12 +42051,12 @@ class BaseLogonService {
|
|
|
42051
42051
|
return result.asObservable();
|
|
42052
42052
|
}
|
|
42053
42053
|
setEnvironment() {
|
|
42054
|
-
this.isScionEnv = window.location.href.includes('sabsenterprise');
|
|
42055
|
-
this.isLightningEnv = !this.isScionEnv;
|
|
42056
|
-
if (window.location.href.includes('localhost')) {
|
|
42057
|
-
|
|
42058
|
-
|
|
42059
|
-
}
|
|
42054
|
+
// this.isScionEnv = window.location.href.includes('sabsenterprise');
|
|
42055
|
+
// this.isLightningEnv = !this.isScionEnv;
|
|
42056
|
+
// if (window.location.href.includes('localhost')) {
|
|
42057
|
+
// this.isScionEnv = this.environment.obt === 'scion';
|
|
42058
|
+
// this.isLightningEnv = !this.isScionEnv;
|
|
42059
|
+
// }
|
|
42060
42060
|
}
|
|
42061
42061
|
}
|
|
42062
42062
|
|