fix(ui): correctly set autocomplete attribute for password fields (#1430)

This commit is contained in:
TheCatLady
2021-04-15 23:45:50 -04:00
committed by GitHub
parent a6bfb5e74e
commit 4b5e355df9
5 changed files with 27 additions and 16 deletions

View File

@@ -84,6 +84,7 @@ const LocalLogin: React.FC<LocalLoginProps> = ({ revalidate }) => {
id="password"
name="password"
type="password"
autoComplete="current-password"
placeholder={intl.formatMessage(messages.password)}
/>
</div>