Disable autocomplete on password field (#6705)

This commit is contained in:
Joe Au-Yeung 2023-01-30 04:42:52 -05:00 committed by GitHub
parent c8e3f6494a
commit 875f922597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ export default function Login({
</div>
<PasswordField
id="password"
autoComplete="current-password"
autoComplete="off"
required
className="mb-0"
{...register("password")}