@frontegg/js 6.90.0-alpha.0 → 6.90.0-alpha.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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.90.0-alpha.0
1
+ /** @license Frontegg v6.90.0-alpha.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.90.0-alpha.0
1
+ /** @license Frontegg v6.90.0-alpha.2
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- cdnVersion: '6.90.0-alpha.0'
8
+ cdnVersion: '6.90.0-alpha.2'
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "6.90.0-alpha.0",
3
+ "version": "6.90.0-alpha.2",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",
7
7
  "dependencies": {
8
8
  "@babel/runtime": "^7.18.6",
9
- "@frontegg/types": "6.90.0-alpha.0"
9
+ "@frontegg/types": "6.90.0-alpha.2"
10
10
  },
11
11
  "browserslist": {
12
12
  "production": [
@@ -1204,7 +1204,7 @@ __webpack_require__.r(__webpack_exports__);
1204
1204
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1205
1205
  /* harmony export */ });
1206
1206
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1207
- cdnVersion: '6.90.0-alpha.0'
1207
+ cdnVersion: '6.90.0-alpha.2'
1208
1208
  });
1209
1209
 
1210
1210
  /***/ }),
@@ -5478,20 +5478,21 @@ function* getUserIP({
5478
5478
  }
5479
5479
  function* loadCustomLoginRoutes() {
5480
5480
  try {
5481
- var _ContextHolder$getCon3;
5482
- if ((_ContextHolder$getCon3 = _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_5__.ContextHolder.getContext()) != null && _ContextHolder$getCon3.tenantResolver) {
5481
+ var _ContextHolder$getCon3, _ContextHolder$getCon4;
5482
+ if ((_ContextHolder$getCon3 = _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_5__.ContextHolder.getContext()) != null && (_ContextHolder$getCon4 = _ContextHolder$getCon3.tenantResolver) != null && _ContextHolder$getCon4.call(_ContextHolder$getCon3)) {
5483
5483
  const {
5484
5484
  routes
5485
5485
  } = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.select)(state => state.auth);
5486
5486
  const {
5487
- applicationUrl,
5488
- loginUrl
5487
+ applicationUrl: customLoginAuthenticatedUrl,
5488
+ loginUrl: customLoginUrl
5489
5489
  } = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(_frontegg_rest_api_account_settings__WEBPACK_IMPORTED_MODULE_13__.getPublicSettings);
5490
- if (applicationUrl && loginUrl) {
5490
+ if (customLoginAuthenticatedUrl && customLoginUrl) {
5491
+ var _ref4;
5491
5492
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setState({
5492
5493
  routes: (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_1__["default"])({}, routes, {
5493
- customLoginAuthenticatedUrl: applicationUrl,
5494
- customLoginUrl: loginUrl
5494
+ customLoginAuthenticatedUrl,
5495
+ customLoginUrl: (_ref4 = routes.loginUrl + (0,_utils__WEBPACK_IMPORTED_MODULE_9__.getSearchParamsFromUrl)(customLoginUrl)) != null ? _ref4 : ''
5495
5496
  })
5496
5497
  }));
5497
5498
  }
@@ -5603,8 +5604,8 @@ function* refreshOrRequestHostedLoginAuthorize({
5603
5604
  }
5604
5605
  function* getCustomLoginSearchParam() {
5605
5606
  try {
5606
- var _ContextHolder$getCon4, _ContextHolder$getCon5;
5607
- if ((_ContextHolder$getCon4 = _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_5__.ContextHolder.getContext()) != null && (_ContextHolder$getCon5 = _ContextHolder$getCon4.tenantResolver) != null && _ContextHolder$getCon5.call(_ContextHolder$getCon4)) {
5607
+ var _ContextHolder$getCon5, _ContextHolder$getCon6;
5608
+ if ((_ContextHolder$getCon5 = _frontegg_rest_api__WEBPACK_IMPORTED_MODULE_5__.ContextHolder.getContext()) != null && (_ContextHolder$getCon6 = _ContextHolder$getCon5.tenantResolver) != null && _ContextHolder$getCon6.call(_ContextHolder$getCon5)) {
5608
5609
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.call)(loadCustomLoginRoutes);
5609
5610
  const customLoginAuthenticatedUrl = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.select)(state => state.auth.routes.customLoginAuthenticatedUrl);
5610
5611
  if (customLoginAuthenticatedUrl) {
@@ -5715,13 +5716,13 @@ function* handleHostedLoginCallback({
5715
5716
  yield afterAuthNavigation();
5716
5717
  }
5717
5718
  }
5718
- function* changePhoneNumberWithVerification(_ref4) {
5719
+ function* changePhoneNumberWithVerification(_ref5) {
5719
5720
  let {
5720
5721
  payload: {
5721
5722
  callback
5722
5723
  }
5723
- } = _ref4,
5724
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref4.payload, _excluded);
5724
+ } = _ref5,
5725
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref5.payload, _excluded);
5725
5726
  try {
5726
5727
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
5727
5728
  loading: true
@@ -5742,13 +5743,13 @@ function* changePhoneNumberWithVerification(_ref4) {
5742
5743
  }));
5743
5744
  }
5744
5745
  }
5745
- function* verifyChangePhoneNumber(_ref5) {
5746
+ function* verifyChangePhoneNumber(_ref6) {
5746
5747
  let {
5747
5748
  payload: {
5748
5749
  callback
5749
5750
  }
5750
- } = _ref5,
5751
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref5.payload, _excluded2);
5751
+ } = _ref6,
5752
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref6.payload, _excluded2);
5752
5753
  try {
5753
5754
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
5754
5755
  loading: true
@@ -5765,13 +5766,13 @@ function* verifyChangePhoneNumber(_ref5) {
5765
5766
  }));
5766
5767
  }
5767
5768
  }
5768
- function* quickSmsPasswordlessPreLogin(_ref6) {
5769
+ function* quickSmsPasswordlessPreLogin(_ref7) {
5769
5770
  let {
5770
5771
  payload: {
5771
5772
  callback
5772
5773
  }
5773
- } = _ref6,
5774
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref6.payload, _excluded3);
5774
+ } = _ref7,
5775
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref7.payload, _excluded3);
5775
5776
  try {
5776
5777
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
5777
5778
  loading: true
@@ -5797,13 +5798,13 @@ function* quickSmsPasswordlessPreLogin(_ref6) {
5797
5798
  callback == null ? void 0 : callback(e);
5798
5799
  }
5799
5800
  }
5800
- function* passwordlessPreLogin(_ref7) {
5801
+ function* passwordlessPreLogin(_ref8) {
5801
5802
  let {
5802
5803
  payload: {
5803
5804
  callback
5804
5805
  }
5805
- } = _ref7,
5806
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref7.payload, _excluded4);
5806
+ } = _ref8,
5807
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref8.payload, _excluded4);
5807
5808
  try {
5808
5809
  const {
5809
5810
  onRedirectTo,
@@ -5873,14 +5874,14 @@ function* shouldShowPromptPasskeys() {
5873
5874
  return numOfDevices === 0;
5874
5875
  }
5875
5876
  }
5876
- function* passwordlessPostLogin(_ref8) {
5877
+ function* passwordlessPostLogin(_ref9) {
5877
5878
  let {
5878
5879
  payload: {
5879
5880
  callback,
5880
5881
  events
5881
5882
  }
5882
- } = _ref8,
5883
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref8.payload, _excluded5);
5883
+ } = _ref9,
5884
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref9.payload, _excluded5);
5884
5885
  try {
5885
5886
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
5886
5887
  loading: true
@@ -6051,11 +6052,11 @@ function* preLogin({
6051
6052
  });
6052
6053
  }
6053
6054
  }
6054
- function* ssoPreloginFailed(_ref9) {
6055
+ function* ssoPreloginFailed(_ref10) {
6055
6056
  let {
6056
6057
  callback
6057
- } = _ref9,
6058
- body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref9, _excluded6);
6058
+ } = _ref10,
6059
+ body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref10, _excluded6);
6059
6060
  const publicPolicy = yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.select)(({
6060
6061
  auth: {
6061
6062
  securityPolicyState: {
@@ -6119,13 +6120,13 @@ function* webAuthnCreateNewDeviceSession({
6119
6120
  }));
6120
6121
  }
6121
6122
  }
6122
- function* webAuthnVerifyNewDeviceSession(_ref10) {
6123
+ function* webAuthnVerifyNewDeviceSession(_ref11) {
6123
6124
  let {
6124
6125
  payload: {
6125
6126
  callback
6126
6127
  }
6127
- } = _ref10,
6128
- body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref10.payload, _excluded7);
6128
+ } = _ref11,
6129
+ body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref11.payload, _excluded7);
6129
6130
  try {
6130
6131
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6131
6132
  loading: true
@@ -6149,13 +6150,13 @@ function* webAuthnVerifyNewDeviceSession(_ref10) {
6149
6150
  }));
6150
6151
  }
6151
6152
  }
6152
- function* webAuthnPrelogin(_ref11) {
6153
+ function* webAuthnPrelogin(_ref12) {
6153
6154
  let {
6154
6155
  payload: {
6155
6156
  callback
6156
6157
  }
6157
- } = _ref11,
6158
- body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref11.payload, _excluded8);
6158
+ } = _ref12,
6159
+ body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref12.payload, _excluded8);
6159
6160
  try {
6160
6161
  var _options$allowCredent;
6161
6162
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setPasskeysState({
@@ -6189,13 +6190,13 @@ function* webAuthnPrelogin(_ref11) {
6189
6190
  }));
6190
6191
  }
6191
6192
  }
6192
- function* webAuthnPostLogin(_ref12) {
6193
+ function* webAuthnPostLogin(_ref13) {
6193
6194
  let {
6194
6195
  payload: {
6195
6196
  callback
6196
6197
  }
6197
- } = _ref12,
6198
- body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref12.payload, _excluded9);
6198
+ } = _ref13,
6199
+ body = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref13.payload, _excluded9);
6199
6200
  try {
6200
6201
  var _publicKey$response$u;
6201
6202
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setPasskeysState({
@@ -6554,13 +6555,13 @@ function* handleVerifyMFAResponse({
6554
6555
  isAuthenticated: true
6555
6556
  }));
6556
6557
  }
6557
- function* preEnrollMFASMSForLogin(_ref13) {
6558
+ function* preEnrollMFASMSForLogin(_ref14) {
6558
6559
  let {
6559
6560
  payload: {
6560
6561
  callback
6561
6562
  }
6562
- } = _ref13,
6563
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref13.payload, _excluded10);
6563
+ } = _ref14,
6564
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref14.payload, _excluded10);
6564
6565
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6565
6566
  loading: true
6566
6567
  }));
@@ -6583,13 +6584,13 @@ function* preEnrollMFASMSForLogin(_ref13) {
6583
6584
  callback == null ? void 0 : callback(null);
6584
6585
  }
6585
6586
  }
6586
- function* enrollMFASMSForLogin(_ref14) {
6587
+ function* enrollMFASMSForLogin(_ref15) {
6587
6588
  let {
6588
6589
  payload: {
6589
6590
  callback
6590
6591
  }
6591
- } = _ref14,
6592
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref14.payload, _excluded11);
6592
+ } = _ref15,
6593
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref15.payload, _excluded11);
6593
6594
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6594
6595
  loading: true
6595
6596
  }));
@@ -6609,13 +6610,13 @@ function* enrollMFASMSForLogin(_ref14) {
6609
6610
  callback == null ? void 0 : callback(null);
6610
6611
  }
6611
6612
  }
6612
- function* preEnrollMFAWebAuthnForLogin(_ref15) {
6613
+ function* preEnrollMFAWebAuthnForLogin(_ref16) {
6613
6614
  let {
6614
6615
  payload: {
6615
6616
  callback
6616
6617
  }
6617
- } = _ref15,
6618
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref15.payload, _excluded12);
6618
+ } = _ref16,
6619
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref16.payload, _excluded12);
6619
6620
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6620
6621
  loading: true
6621
6622
  }));
@@ -6646,13 +6647,13 @@ function* preEnrollMFAWebAuthnForLogin(_ref15) {
6646
6647
  callback == null ? void 0 : callback(null);
6647
6648
  }
6648
6649
  }
6649
- function* enrollMFAWebAuthnForLogin(_ref16) {
6650
+ function* enrollMFAWebAuthnForLogin(_ref17) {
6650
6651
  let {
6651
6652
  payload: {
6652
6653
  callback
6653
6654
  }
6654
- } = _ref16,
6655
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref16.payload, _excluded13);
6655
+ } = _ref17,
6656
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref17.payload, _excluded13);
6656
6657
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6657
6658
  loading: true
6658
6659
  }));
@@ -6675,13 +6676,13 @@ function* enrollMFAWebAuthnForLogin(_ref16) {
6675
6676
  callback == null ? void 0 : callback(null);
6676
6677
  }
6677
6678
  }
6678
- function* enrollMFAAuthenticatorAppForLogin(_ref17) {
6679
+ function* enrollMFAAuthenticatorAppForLogin(_ref18) {
6679
6680
  let {
6680
6681
  payload: {
6681
6682
  callback
6682
6683
  }
6683
- } = _ref17,
6684
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref17.payload, _excluded14);
6684
+ } = _ref18,
6685
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref18.payload, _excluded14);
6685
6686
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6686
6687
  loading: true
6687
6688
  }));
@@ -6701,14 +6702,14 @@ function* enrollMFAAuthenticatorAppForLogin(_ref17) {
6701
6702
  callback == null ? void 0 : callback(null);
6702
6703
  }
6703
6704
  }
6704
- function* preVerifyMFASMSForLogin(_ref18) {
6705
+ function* preVerifyMFASMSForLogin(_ref19) {
6705
6706
  let {
6706
6707
  payload: {
6707
6708
  callback,
6708
6709
  deviceId
6709
6710
  }
6710
- } = _ref18,
6711
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref18.payload, _excluded15);
6711
+ } = _ref19,
6712
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref19.payload, _excluded15);
6712
6713
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6713
6714
  loading: true
6714
6715
  }));
@@ -6731,14 +6732,14 @@ function* preVerifyMFASMSForLogin(_ref18) {
6731
6732
  callback == null ? void 0 : callback(null);
6732
6733
  }
6733
6734
  }
6734
- function* verifyMFASMSForLogin(_ref19) {
6735
+ function* verifyMFASMSForLogin(_ref20) {
6735
6736
  let {
6736
6737
  payload: {
6737
6738
  callback,
6738
6739
  deviceId
6739
6740
  }
6740
- } = _ref19,
6741
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref19.payload, _excluded16);
6741
+ } = _ref20,
6742
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref20.payload, _excluded16);
6742
6743
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6743
6744
  loading: true
6744
6745
  }));
@@ -6758,14 +6759,14 @@ function* verifyMFASMSForLogin(_ref19) {
6758
6759
  callback == null ? void 0 : callback(null);
6759
6760
  }
6760
6761
  }
6761
- function* preVerifyMFAWebAuthnForLogin(_ref20) {
6762
+ function* preVerifyMFAWebAuthnForLogin(_ref21) {
6762
6763
  let {
6763
6764
  payload: {
6764
6765
  callback,
6765
6766
  deviceId
6766
6767
  }
6767
- } = _ref20,
6768
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref20.payload, _excluded17);
6768
+ } = _ref21,
6769
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref21.payload, _excluded17);
6769
6770
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6770
6771
  loading: true
6771
6772
  }));
@@ -6793,14 +6794,14 @@ function* preVerifyMFAWebAuthnForLogin(_ref20) {
6793
6794
  callback == null ? void 0 : callback(null);
6794
6795
  }
6795
6796
  }
6796
- function* verifyMFAWebAuthnForLogin(_ref21) {
6797
+ function* verifyMFAWebAuthnForLogin(_ref22) {
6797
6798
  let {
6798
6799
  payload: {
6799
6800
  callback,
6800
6801
  deviceId
6801
6802
  }
6802
- } = _ref21,
6803
- payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref21.payload, _excluded18);
6803
+ } = _ref22,
6804
+ payload = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(_ref22.payload, _excluded18);
6804
6805
  yield (0,redux_saga_effects__WEBPACK_IMPORTED_MODULE_2__.put)(_reducer__WEBPACK_IMPORTED_MODULE_8__.actions.setLoginState({
6805
6806
  loading: true
6806
6807
  }));
@@ -19595,7 +19596,7 @@ __webpack_require__.r(__webpack_exports__);
19595
19596
  /* harmony export */ });
19596
19597
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
19597
19598
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
19598
- /** @license Frontegg v6.90.0-alpha.0
19599
+ /** @license Frontegg v6.90.0-alpha.2
19599
19600
  *
19600
19601
  * This source code is licensed under the MIT license found in the
19601
19602
  * LICENSE file in the root directory of this source tree.