@frontegg/js 7.125.0-alpha.0 → 7.125.0
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 +1 -1
- package/node/index.js +1 -1
- package/node/version.js +1 -1
- package/package.json +2 -2
- package/umd/frontegg.development.js +10 -7
- package/umd/frontegg.production.min.js +1 -1
- package/umd/frontegg.production.min.js.LICENSE.txt +1 -1
- package/version.js +1 -1
package/index.js
CHANGED
package/node/index.js
CHANGED
package/node/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/js",
|
|
3
|
-
"version": "7.125.0
|
|
3
|
+
"version": "7.125.0",
|
|
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": "7.125.0
|
|
9
|
+
"@frontegg/types": "7.125.0"
|
|
10
10
|
},
|
|
11
11
|
"browserslist": {
|
|
12
12
|
"production": [
|
|
@@ -1927,7 +1927,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1927
1927
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1928
1928
|
/* harmony export */ });
|
|
1929
1929
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
1930
|
-
cdnVersion: '7.125.0
|
|
1930
|
+
cdnVersion: '7.125.0'
|
|
1931
1931
|
});
|
|
1932
1932
|
|
|
1933
1933
|
/***/ }),
|
|
@@ -4437,7 +4437,8 @@ const _excluded = ["callback"];
|
|
|
4437
4437
|
const sendPasswordRecoveryEmail = async () => {
|
|
4438
4438
|
const {
|
|
4439
4439
|
identifier,
|
|
4440
|
-
identifierType
|
|
4440
|
+
identifierType,
|
|
4441
|
+
recaptchaToken
|
|
4441
4442
|
} = store.auth.forgotPasswordState;
|
|
4442
4443
|
setForgotPasswordState({
|
|
4443
4444
|
loading: true
|
|
@@ -4445,7 +4446,8 @@ const _excluded = ["callback"];
|
|
|
4445
4446
|
try {
|
|
4446
4447
|
await api.auth.resetPasswordViaEmail({
|
|
4447
4448
|
identifier,
|
|
4448
|
-
identifierType
|
|
4449
|
+
identifierType,
|
|
4450
|
+
recaptchaToken
|
|
4449
4451
|
});
|
|
4450
4452
|
setForgotPasswordState({
|
|
4451
4453
|
loading: false,
|
|
@@ -4526,7 +4528,8 @@ const _excluded = ["callback"];
|
|
|
4526
4528
|
loading: true,
|
|
4527
4529
|
error: undefined,
|
|
4528
4530
|
identifier: payload.identifier,
|
|
4529
|
-
identifierType: payload.identifierType
|
|
4531
|
+
identifierType: payload.identifierType,
|
|
4532
|
+
recaptchaToken: payload.recaptchaToken
|
|
4530
4533
|
});
|
|
4531
4534
|
try {
|
|
4532
4535
|
const strategies = await api.auth.getPasswordRecoveryStrategies();
|
|
@@ -21129,7 +21132,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
21129
21132
|
/* harmony import */ var _subscriptions_interfaces__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./subscriptions/interfaces */ "../../dist/@frontegg/redux-store/subscriptions/interfaces.js");
|
|
21130
21133
|
/* harmony import */ var _vendor__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./vendor */ "../../dist/@frontegg/redux-store/vendor/index.js");
|
|
21131
21134
|
/* harmony import */ var _audits__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./audits */ "../../dist/@frontegg/redux-store/audits/index.js");
|
|
21132
|
-
/** @license Frontegg v7.125.0
|
|
21135
|
+
/** @license Frontegg v7.125.0
|
|
21133
21136
|
*
|
|
21134
21137
|
* This source code is licensed under the MIT license found in the
|
|
21135
21138
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -31848,7 +31851,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
31848
31851
|
/* harmony import */ var _security_center_interfaces__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./security-center/interfaces */ "../../dist/@frontegg/rest-api/security-center/interfaces.js");
|
|
31849
31852
|
/* harmony import */ var _applications_interfaces__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./applications/interfaces */ "../../dist/@frontegg/rest-api/applications/interfaces.js");
|
|
31850
31853
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./constants */ "../../dist/@frontegg/rest-api/constants.js");
|
|
31851
|
-
/** @license Frontegg v7.125.0
|
|
31854
|
+
/** @license Frontegg v7.125.0
|
|
31852
31855
|
*
|
|
31853
31856
|
* This source code is licensed under the MIT license found in the
|
|
31854
31857
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -34690,7 +34693,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34690
34693
|
/* harmony export */ });
|
|
34691
34694
|
/* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
|
|
34692
34695
|
/* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
|
|
34693
|
-
/** @license Frontegg v7.125.0
|
|
34696
|
+
/** @license Frontegg v7.125.0
|
|
34694
34697
|
*
|
|
34695
34698
|
* This source code is licensed under the MIT license found in the
|
|
34696
34699
|
* LICENSE file in the root directory of this source tree.
|