Skip to content

Commit

Permalink
Merge pull request #3958 from gstvg/patch-1
Browse files Browse the repository at this point in the history
Fix typo, autocomplete to autoComplete
  • Loading branch information
fzaninotto authored Nov 19, 2019
2 parents 9c688f0 + 10648b0 commit fc827b7
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 @@ -95,7 +95,7 @@ const LoginForm: SFC<Props & EnhancedProps> = ({
label={translate('ra.auth.password')}
type="password"
disabled={isLoading}
autocomplete="current-password"
autoComplete="current-password"
/>
</div>
</div>
Expand Down

0 comments on commit fc827b7

Please sign in to comment.