ywana-core8 0.0.332 → 0.0.333
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/package.json
CHANGED
@@ -43,7 +43,7 @@ export const ResetPasswordBox = ({ logo, title, children, onOK, onClose }) => {
|
|
43
43
|
</header>
|
44
44
|
<main>
|
45
45
|
<Text use="headline6">Change Password</Text>
|
46
|
-
<TextField id="user" outlined icon="person" label=
|
46
|
+
<TextField id="user" outlined icon="person" label="User" lapse={100} onChange={changeField} onEnter={ok}/>
|
47
47
|
<TextField id="password1" outlined icon="lock" type="password" label="New Password" lapse={100} onChange={changeField} onEnter={ok}/>
|
48
48
|
<TextField id="password2" outlined icon="lock" type="password" label="Confirm New Password" lapse={100} onChange={changeField} onEnter={ok}/>
|
49
49
|
{ error ? <div className="error">{error}</div> : null}
|