You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
Once more, with braces
This commit is contained in:
@@ -128,7 +128,7 @@ class PasswordLogin extends React.Component {
|
|||||||
type="text"
|
type="text"
|
||||||
name="username" // make it a little easier for browser's remember-password
|
name="username" // make it a little easier for browser's remember-password
|
||||||
onChange={this.onUsernameChanged}
|
onChange={this.onUsernameChanged}
|
||||||
placeholder=_t('username')
|
placeholder={_t('username')}
|
||||||
value={this.state.username}
|
value={this.state.username}
|
||||||
autoFocus
|
autoFocus
|
||||||
/>;
|
/>;
|
||||||
|
|||||||
Reference in New Issue
Block a user