Skip to content

Commit

Permalink
Update apps/web/components/security/EnableTwoFactorModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Omar López <zomars@me.com>
  • Loading branch information
2 people authored and Agusti Fernandez Pardo committed Aug 24, 2022
1 parent 013315f commit 67a9d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/security/EnableTwoFactorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const EnableTwoFactorModal = ({ onEnable, onCancel }: EnableTwoFactorModalProps)
</label>
<div className="mt-1">
<OtpInput
autocomplete="code"
autoComplete="one-time-code"
inputStyle={{ width: "42px", borderRadius: "4px" }}
className="pb-5"
value={totpCode}
Expand Down

0 comments on commit 67a9d46

Please sign in to comment.