ywana-core8 0.1.33 → 0.1.35
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/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/widgets/login/actions.js +2 -1
package/dist/index.cjs
CHANGED
@@ -2578,7 +2578,8 @@ var ForgetUserPasswordAction = function ForgetUserPasswordAction(props) {
|
|
2578
2578
|
var execute = function execute() {
|
2579
2579
|
try {
|
2580
2580
|
var _temp = _catch$7(function () {
|
2581
|
-
|
2581
|
+
var email = user.email;
|
2582
|
+
return Promise.resolve(onOK(email)).then(function () {
|
2582
2583
|
if (onSuccess) onSuccess();
|
2583
2584
|
site.notify({
|
2584
2585
|
title: /*#__PURE__*/React__default["default"].createElement(Text$1, null, "Forgot Password"),
|