ywana-core8 0.0.329 → 0.0.330

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.
@@ -2201,6 +2201,12 @@ var ResetPasswordBox = function ResetPasswordBox(_ref) {
2201
2201
  }, /*#__PURE__*/React.createElement(Text, null, title)) : null, children), /*#__PURE__*/React.createElement("main", null, /*#__PURE__*/React.createElement(Text, {
2202
2202
  use: "headline6"
2203
2203
  }, "Change Password"), /*#__PURE__*/React.createElement(TextField, {
2204
+ label: tx(userLabel),
2205
+ value: user,
2206
+ onChange: changeUser,
2207
+ onEnter: ok,
2208
+ outlined: true
2209
+ }), /*#__PURE__*/React.createElement(TextField, {
2204
2210
  id: "password1",
2205
2211
  outlined: true,
2206
2212
  icon: "lock",