Skip to content

Commit

Permalink
Disable autocomplete on password field (#6705)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeauyeung committed Jan 30, 2023
1 parent c8e3f64 commit 875f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/pages/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function Login({
</div>
<PasswordField
id="password"
autoComplete="current-password"
autoComplete="off"
required
className="mb-0"
{...register("password")}
Expand Down

0 comments on commit 875f922

Please sign in to comment.