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 +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 +1 -1
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,
|