@dexteel/mesf-core 3.11.1 → 3.11.2
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/CHANGELOG.md +2 -0
- package/dist/index.esm.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -4847,6 +4847,7 @@ var MESApiService = /** @class */ (function () {
|
|
|
4847
4847
|
return [2 /*return*/, fetch(this.config.API_AUTH_URL + '/authenticate/windows', {
|
|
4848
4848
|
method: "POST",
|
|
4849
4849
|
mode: "cors",
|
|
4850
|
+
credentials: 'include',
|
|
4850
4851
|
headers: {
|
|
4851
4852
|
"Content-Type": "application/json"
|
|
4852
4853
|
},
|