Skip to content

Commit

Permalink
Merge pull request #125 from mathiazom/otc-autofill
Browse files Browse the repository at this point in the history
feat(totp): add browser autofill hint
  • Loading branch information
mathiazom authored Apr 1, 2024
2 parents 904ed1c + 6a421ee commit 60eda40
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ const MembershipLoginModal = ({
submitTotp(totp);
}
}}
inputProps={{
autoComplete: "one-time-code",
}}
/>
</>
)
Expand Down

0 comments on commit 60eda40

Please sign in to comment.