Skip to content

Commit

Permalink
Merge pull request #3666 from UltimateForm/master
Browse files Browse the repository at this point in the history
Added autocomplete attribute to Password field on LoginForm.tsx
  • Loading branch information
djhi authored Oct 8, 2019
2 parents b68ba4d + 8dc2073 commit 709780d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/auth/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const LoginForm: SFC<Props & EnhancedProps> = ({
label={translate('ra.auth.password')}
type="password"
disabled={isLoading}
autocomplete="current-password"
/>
</div>
</div>
Expand Down

0 comments on commit 709780d

Please sign in to comment.