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