@reachfive/identity-ui 1.16.0 → 1.16.1
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/CHANGELOG.md +9 -1
- package/cjs/identity-ui.js +1 -1
- package/es/identity-ui.js +1 -1
- package/package.json +1 -1
- package/umd/identity-ui.js +1 -1
- package/umd/identity-ui.min.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.16.1] - 2022-07-29
|
|
11
|
+
|
|
12
|
+
### Fixes
|
|
13
|
+
|
|
14
|
+
Fix code validation in passwordless widget.
|
|
15
|
+
|
|
10
16
|
## [1.16.0] - 2022-07-27
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -282,7 +288,9 @@ The eye icon is now correctly displayed in the Auth widget.
|
|
|
282
288
|
|
|
283
289
|
First version of the SDK Web UI.
|
|
284
290
|
|
|
285
|
-
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.
|
|
291
|
+
[Unreleased]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.1...HEAD
|
|
292
|
+
|
|
293
|
+
[1.16.1]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.16.0...v1.16.1
|
|
286
294
|
|
|
287
295
|
[1.16.0]: https://github.com/ReachFive/identity-web-ui-sdk/compare/v1.15.0...v1.16.0
|
|
288
296
|
|
package/cjs/identity-ui.js
CHANGED
|
@@ -12614,7 +12614,7 @@ var VerificationCodeView$1 = /*#__PURE__*/function (_React$Component2) {
|
|
|
12614
12614
|
|
|
12615
12615
|
return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(Info, null, this.props.i18n('passwordless.sms.verification.intro')), /*#__PURE__*/React__default.createElement(VerificationCodeInputForm$1, {
|
|
12616
12616
|
handler: function handler(data) {
|
|
12617
|
-
return ReCaptcha.handle(data, _this4.props, _this4.
|
|
12617
|
+
return ReCaptcha.handle(data, _this4.props, _this4.handleSubmit, "verify_passwordless_sms");
|
|
12618
12618
|
}
|
|
12619
12619
|
}));
|
|
12620
12620
|
}
|
package/es/identity-ui.js
CHANGED
|
@@ -12605,7 +12605,7 @@ var VerificationCodeView$1 = /*#__PURE__*/function (_React$Component2) {
|
|
|
12605
12605
|
|
|
12606
12606
|
return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(Info, null, this.props.i18n('passwordless.sms.verification.intro')), /*#__PURE__*/React__default.createElement(VerificationCodeInputForm$1, {
|
|
12607
12607
|
handler: function handler(data) {
|
|
12608
|
-
return ReCaptcha.handle(data, _this4.props, _this4.
|
|
12608
|
+
return ReCaptcha.handle(data, _this4.props, _this4.handleSubmit, "verify_passwordless_sms");
|
|
12609
12609
|
}
|
|
12610
12610
|
}));
|
|
12611
12611
|
}
|
package/package.json
CHANGED
package/umd/identity-ui.js
CHANGED
|
@@ -56456,7 +56456,7 @@
|
|
|
56456
56456
|
|
|
56457
56457
|
return /*#__PURE__*/react.createElement("div", null, /*#__PURE__*/react.createElement(Info, null, this.props.i18n('passwordless.sms.verification.intro')), /*#__PURE__*/react.createElement(VerificationCodeInputForm$1, {
|
|
56458
56458
|
handler: function handler(data) {
|
|
56459
|
-
return ReCaptcha.handle(data, _this4.props, _this4.
|
|
56459
|
+
return ReCaptcha.handle(data, _this4.props, _this4.handleSubmit, "verify_passwordless_sms");
|
|
56460
56460
|
}
|
|
56461
56461
|
}));
|
|
56462
56462
|
}
|