mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Use event value for username blur
This commit is contained in:
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…
x
Reference in New Issue
Block a user