@schibsted/account-sdk-browser 4.8.7-beta → 4.8.7-beta.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 +2 -4
- 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 +2 -4
- 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 +2 -4
- 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 +1 -1
- package/src/version.js +1 -1
package/es5/global.js
CHANGED
|
@@ -2424,9 +2424,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
2424
2424
|
_context.next = 19;
|
|
2425
2425
|
return _this2.callbackBeforeRedirect();
|
|
2426
2426
|
case 19:
|
|
2427
|
-
_this2.window.location.href = _this2._sessionService.makeUrl(sessionData.redirectURL
|
|
2428
|
-
redirect_uri: _this2.window.location.origin
|
|
2429
|
-
});
|
|
2427
|
+
_this2.window.location.href = _this2._sessionService.makeUrl(sessionData.redirectURL);
|
|
2430
2428
|
return _context.abrupt("return");
|
|
2431
2429
|
case 21:
|
|
2432
2430
|
if (_this2._enableSessionCaching) {
|
|
@@ -11960,7 +11958,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11960
11958
|
|
|
11961
11959
|
|
|
11962
11960
|
|
|
11963
|
-
var version = '4.8.7-beta';
|
|
11961
|
+
var version = '4.8.7-beta.2';
|
|
11964
11962
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
11965
11963
|
|
|
11966
11964
|
/***/ }),
|