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.umd.js CHANGED
@@ -2571,7 +2571,8 @@
2571
2571
  var execute = function execute() {
2572
2572
  try {
2573
2573
  var _temp = _catch$7(function () {
2574
- return Promise.resolve(onOK(user.email)).then(function () {
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"),