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.
package/dist/index.cjs CHANGED
@@ -2601,7 +2601,8 @@ var ForgetUserPasswordAction = function ForgetUserPasswordAction(props) {
2601
2601
  }
2602
2602
  };
2603
2603
  var site = React.useContext(SiteContext);
2604
- var user = props.user,
2604
+ var _props$user = props.user,
2605
+ user = _props$user === void 0 ? {} : _props$user,
2605
2606
  _props$icon = props.icon,
2606
2607
  icon = _props$icon === void 0 ? false : _props$icon,
2607
2608
  _props$label = props.label,