@eo-sdk/client 8.16.1 → 8.16.3
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/eo-sdk-client-projects-eo-sdk-core.umd.js +2 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +4 -4
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/media/media.component.js +2 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +2 -2
- package/esm2015/projects/eo-sdk/core/lib/service/auth/auth.service.js +3 -3
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +2 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +4 -4
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -4414,7 +4414,7 @@
|
|
|
4414
4414
|
'Content-Type': 'application/json'
|
|
4415
4415
|
});
|
|
4416
4416
|
return this.http
|
|
4417
|
-
.get("" + (host || '') + this.config.getLoginBase() + "/auth/info", { headers: headers })
|
|
4417
|
+
.get("" + (host || '') + this.config.getLoginBase() + "/auth/info", { headers: headers, withCredentials: this.coreConfig.withCredentials })
|
|
4418
4418
|
.pipe(operators.switchMap(function (info) {
|
|
4419
4419
|
_this.gatewayInfo = info;
|
|
4420
4420
|
_this.envService.cloudEnvironment = (_this.gatewayInfo && _this.gatewayInfo.oauth2);
|
|
@@ -4445,7 +4445,7 @@
|
|
|
4445
4445
|
'Content-Type': 'application/json'
|
|
4446
4446
|
});
|
|
4447
4447
|
return this.http
|
|
4448
|
-
.get("" + (host || '') + this.config.getUri('serviceBase') + this.userProfileUri, { headers: headers })
|
|
4448
|
+
.get("" + (host || '') + this.config.getUri('serviceBase') + this.userProfileUri, { headers: headers, withCredentials: this.coreConfig.withCredentials })
|
|
4449
4449
|
.pipe(operators.switchMap(function (user) {
|
|
4450
4450
|
_this.profile = {
|
|
4451
4451
|
host: host || '',
|