Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: fix mfa fallback string #7123

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

01zulfi
Copy link
Collaborator

@01zulfi 01zulfi commented Dec 20, 2024

  • also add selected style to mfa type selector button

Closes #7105

apps/web/src/dialogs/mfa/steps.tsx Outdated Show resolved Hide resolved
* also add selected style to mfa type selector button

Signed-off-by: 01zulfi <[email protected]>
Comment on lines +1679 to +1680
fallback: "app" | "sms" | "email",
primary: "app" | "sms" | "email"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've hardcoded the types here to appease TypeScript. I'm wondering if this is fine or should we import the AuthenticatorType type from the core package?

@01zulfi 01zulfi requested a review from thecodrr December 20, 2024 09:33
@thecodrr thecodrr merged commit 61b8960 into streetwriters:master Dec 20, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with functions/variables/missing texts
2 participants