Skip to content

Commit

Permalink
turn off autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 2, 2024
1 parent 9860083 commit 4be39e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/PasswordField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const PasswordField: FC<PasswordFieldProps> = ({

return (
<TextField
autoComplete="on"
autoComplete="off"
type={isVisible ? "text" : "password"}
name={name}
label={label}
Expand Down

0 comments on commit 4be39e8

Please sign in to comment.