@schibsted/account-sdk-browser 4.8.7-beta → 4.8.7-beta.3
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/README.md +4 -0
- 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.d.ts +0 -5
- package/src/identity.js +1 -1
- package/src/version.js +1 -1
package/es5/index.js
CHANGED
|
@@ -1547,9 +1547,7 @@ var Identity = /*#__PURE__*/function (_EventEmitter) {
|
|
|
1547
1547
|
_context.next = 19;
|
|
1548
1548
|
return _this2.callbackBeforeRedirect();
|
|
1549
1549
|
case 19:
|
|
1550
|
-
_this2.window.location.href = _this2._sessionService.makeUrl(sessionData.redirectURL
|
|
1551
|
-
redirect_uri: _this2.window.location.origin
|
|
1552
|
-
});
|
|
1550
|
+
_this2.window.location.href = _this2._sessionService.makeUrl(sessionData.redirectURL);
|
|
1553
1551
|
return _context.abrupt("return");
|
|
1554
1552
|
case 21:
|
|
1555
1553
|
if (_this2._enableSessionCaching) {
|
|
@@ -11932,7 +11930,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11932
11930
|
|
|
11933
11931
|
|
|
11934
11932
|
|
|
11935
|
-
var version = '4.8.7-beta';
|
|
11933
|
+
var version = '4.8.7-beta.3';
|
|
11936
11934
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
11937
11935
|
|
|
11938
11936
|
/***/ }),
|