Skip to content

Commit

Permalink
feat(totp): add browser autofill hint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Apr 1, 2024
1 parent 904ed1c commit 6a421ee
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 6a421ee

Please sign in to comment.