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.
@@ -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
- return Promise.resolve(onOK(user.email)).then(function () {
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"),