ywana-core8 0.1.35 → 0.1.37

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.
@@ -2592,7 +2592,8 @@ var ForgetUserPasswordAction = function ForgetUserPasswordAction(props) {
2592
2592
  }
2593
2593
  };
2594
2594
  var site = useContext(SiteContext);
2595
- var user = props.user,
2595
+ var _props$user = props.user,
2596
+ user = _props$user === void 0 ? {} : _props$user,
2596
2597
  _props$icon = props.icon,
2597
2598
  icon = _props$icon === void 0 ? false : _props$icon,
2598
2599
  _props$label = props.label,