Skip to content

Commit

Permalink
feat: autocomplete off on login password (#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Jun 5, 2023
1 parent a7bd91d commit ae11360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/user/PasswordAuth.tsx
Expand Up @@ -135,7 +135,7 @@ const PasswordAuth: VFC<IPasswordAuthProps> = ({ authDetails, redirect }) => {
value={password}
error={Boolean(passwordError)}
helperText={passwordError}
autoComplete="current-password"
autoComplete="off"
data-testid={LOGIN_PASSWORD_ID}
/>
<Button
Expand Down

0 comments on commit ae11360

Please sign in to comment.