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