@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/index.js CHANGED
@@ -1781,11 +1781,11 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
1781
1781
  };
1782
1782
  }();
1783
1783
  this._hasSessionInProgress = _getSession().then(function (sessionData) {
1784
- _this2._hasSessionInProgress = false;
1785
- _this2._unblockSessionCallByTab();
1786
1784
  if (Object(_validate_js__WEBPACK_IMPORTED_MODULE_55__["isUrl"])(sessionData)) {
1787
1785
  return _this2.window.location.href = sessionData;
1788
1786
  }
1787
+ _this2._hasSessionInProgress = false;
1788
+ _this2._unblockSessionCallByTab();
1789
1789
  return sessionData;
1790
1790
  }, function (err) {
1791
1791
  _this2.emit('error', err);
@@ -12146,7 +12146,7 @@ __webpack_require__.r(__webpack_exports__);
12146
12146
 
12147
12147
 
12148
12148
 
12149
- var version = '5.0.1-beta.7';
12149
+ var version = '5.0.1-beta.8';
12150
12150
  /* harmony default export */ __webpack_exports__["default"] = (version);
12151
12151
 
12152
12152
  /***/ }),