mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Once more, with braces
This commit is contained in:
parent
97aeb57a8b
commit
647c1b6169
@ -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
|
||||
/>;
|
||||
|
Loading…
Reference in New Issue
Block a user