Skip to content

Commit

Permalink
Merge pull request #2754 from marmelab/fix-login-auto-focus
Browse files Browse the repository at this point in the history
[RFR] Fix double attribute declaration in LoginForm causes error in IE11
  • Loading branch information
Gildas Garcia authored Jan 10, 2019
2 parents c0c77e6 + 85cab32 commit e43ffd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/auth/LoginForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const LoginForm = ({ classes, isLoading, handleSubmit, translate }) => (
component={renderInput}
label={translate('ra.auth.username')}
disabled={isLoading}
autoFocus
/>
</div>
<div className={classes.input}>
Expand Down

0 comments on commit e43ffd8

Please sign in to comment.