Skip to content
Snippets Groups Projects
Commit d9678f95 authored by Joni Laukka's avatar Joni Laukka
Browse files

autofocus to autoFocus

parent 1625d8fe
No related branches found
No related tags found
2 merge requests!31Development,!28Routing
...@@ -98,7 +98,7 @@ export class LoginForm extends React.Component { ...@@ -98,7 +98,7 @@ export class LoginForm extends React.Component {
value={this.state.username} value={this.state.username}
onChange={this.handleChange} onChange={this.handleChange}
id="loginUsernameInput" id="loginUsernameInput"
autofocus autoFocus
/> />
<br /> <br />
<input <input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment