Skip to content

Commit

Permalink
Fix dev mode warning on login screen (mattermost#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey authored and saturninoabril committed Oct 10, 2018
1 parent ceb6ad5 commit 0094b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/login/login_controller/login_controller.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class LoginController extends React.Component {
placeholder={this.createLoginPlaceholder()}
spellCheck='false'
autoCapitalize='off'
autoFocus='true'
autoFocus={true}
/>
</div>
<div className={'form-group' + errorClass}>
Expand Down

0 comments on commit 0094b90

Please sign in to comment.