Skip to content

Commit

Permalink
Merge pull request #3961 from WiXSL/patch-autocomplete-prop-next
Browse files Browse the repository at this point in the history
[v3] Fix typo, autocomplete to autoComplete
  • Loading branch information
djhi authored Nov 9, 2019
2 parents 9551eb8 + 21ec207 commit 96a8c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/auth/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const LoginForm: FunctionComponent<Props> = ({ redirectTo }) => {
label={translate('ra.auth.password')}
type="password"
disabled={loading}
autocomplete="current-password"
autoComplete="current-password"
/>
</div>
</div>
Expand Down

0 comments on commit 96a8c76

Please sign in to comment.