1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

autoFocus PasswordLogin

This commit is contained in:
Luke Barnard
2017-04-21 11:50:19 +01:00
parent 9cd7914ea5
commit 2b9cb999ba

View File

@@ -150,6 +150,7 @@ class PasswordLogin extends React.Component {
onChange={this.onPhoneNumberChanged}
placeholder="Mobile phone number"
value={this.state.phoneNumber}
autoFocus
/>
</div>;
}