mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
autoFocus PasswordLogin
This commit is contained in:
parent
9cd7914ea5
commit
2b9cb999ba
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ class PasswordLogin extends React.Component {
|
|||
onChange={this.onPhoneNumberChanged}
|
||||
placeholder="Mobile phone number"
|
||||
value={this.state.phoneNumber}
|
||||
autoFocus
|
||||
/>
|
||||
</div>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue