mirror of https://github.com/vector-im/riot-web
Use event value for username blur
parent
eafd7e12d0
commit
9a17181f2c
|
@ -131,7 +131,7 @@ class PasswordLogin extends React.Component {
|
|||
}
|
||||
|
||||
onUsernameBlur(ev) {
|
||||
this.props.onUsernameBlur(this.state.username);
|
||||
this.props.onUsernameBlur(ev.target.value);
|
||||
}
|
||||
|
||||
onLoginTypeChange(loginType) {
|
||||
|
|
Loading…
Reference in New Issue