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.modern.js
CHANGED
@@ -2569,7 +2569,8 @@ var ForgetUserPasswordAction = function ForgetUserPasswordAction(props) {
|
|
2569
2569
|
var execute = function execute() {
|
2570
2570
|
try {
|
2571
2571
|
var _temp = _catch$7(function () {
|
2572
|
-
|
2572
|
+
var email = user.email;
|
2573
|
+
return Promise.resolve(onOK(email)).then(function () {
|
2573
2574
|
if (onSuccess) onSuccess();
|
2574
2575
|
site.notify({
|
2575
2576
|
title: /*#__PURE__*/React.createElement(Text$1, null, "Forgot Password"),
|