@schibsted/account-sdk-browser 5.2.1 → 5.2.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/es5/global.js CHANGED
@@ -2051,7 +2051,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
2051
2051
  // Old session
2052
2052
  _this._session = {};
2053
2053
  _this._setSessionServiceUrl(sessionDomain);
2054
- _this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'session' : 'v2/session';
2054
+ _this._usedSessionServiceGetSessionEndpoint = _this._sessionService.url.pathname && _this._sessionService.url.pathname.length <= 1 ? 'v2/session' : 'session';
2055
2055
  _this._setSpidServerUrl(env);
2056
2056
  _this._setBffServerUrl(env);
2057
2057
  _this._setOauthServerUrl(env);
@@ -12177,7 +12177,7 @@ __webpack_require__.r(__webpack_exports__);
12177
12177
 
12178
12178
 
12179
12179
 
12180
- var version = '5.2.1';
12180
+ var version = '5.2.2';
12181
12181
  /* harmony default export */ __webpack_exports__["default"] = (version);
12182
12182
 
12183
12183
  /***/ }),