Skip to content

Commit

Permalink
web: fix mfa fallback string (#7123)
Browse files Browse the repository at this point in the history
* also add selected style to mfa type selector button

Signed-off-by: 01zulfi <[email protected]>
  • Loading branch information
01zulfi authored Dec 20, 2024
1 parent 5229408 commit 61b8960
Show file tree
Hide file tree
Showing 4 changed files with 1,016 additions and 1,013 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/dialogs/mfa/steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function ChooseAuthenticator(props: ChooseAuthenticatorProps) {
justifyContent: "start",
alignItems: "start",
textAlign: "left",
bg: "transparent",
bg: selected === index ? "shade" : "transparent",
px: 0
}}
onClick={() => setSelected(index)}
Expand Down
Loading

0 comments on commit 61b8960

Please sign in to comment.