@schibsted/account-sdk-browser 5.0.1-beta.7 → 5.0.1-beta.8

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/identity.js CHANGED
@@ -1775,11 +1775,11 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
1775
1775
  };
1776
1776
  }();
1777
1777
  this._hasSessionInProgress = _getSession().then(function (sessionData) {
1778
- _this2._hasSessionInProgress = false;
1779
- _this2._unblockSessionCallByTab();
1780
1778
  if (Object(_validate_js__WEBPACK_IMPORTED_MODULE_55__["isUrl"])(sessionData)) {
1781
1779
  return _this2.window.location.href = sessionData;
1782
1780
  }
1781
+ _this2._hasSessionInProgress = false;
1782
+ _this2._unblockSessionCallByTab();
1783
1783
  return sessionData;
1784
1784
  }, function (err) {
1785
1785
  _this2.emit('error', err);
@@ -12140,7 +12140,7 @@ __webpack_require__.r(__webpack_exports__);
12140
12140
 
12141
12141
 
12142
12142
 
12143
- var version = '5.0.1-beta.7';
12143
+ var version = '5.0.1-beta.8';
12144
12144
  /* harmony default export */ __webpack_exports__["default"] = (version);
12145
12145
 
12146
12146
  /***/ })