@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/global.js +3 -3
- package/es5/global.js.map +1 -1
- package/es5/global.min.js +1 -1
- package/es5/global.min.js.map +1 -1
- package/es5/identity.js +3 -3
- package/es5/identity.js.map +1 -1
- package/es5/identity.min.js +1 -1
- package/es5/identity.min.js.map +1 -1
- package/es5/index.js +3 -3
- package/es5/index.js.map +1 -1
- package/es5/index.min.js +1 -1
- package/es5/index.min.js.map +1 -1
- package/es5/monetization.js +1 -1
- package/es5/monetization.js.map +1 -1
- package/es5/monetization.min.js +1 -1
- package/es5/monetization.min.js.map +1 -1
- package/package.json +1 -1
- package/src/identity.js +2 -3
- package/src/version.js +1 -1
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.
|
|
12143
|
+
var version = '5.0.1-beta.8';
|
|
12144
12144
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
12145
12145
|
|
|
12146
12146
|
/***/ })
|