Skip to content

feat(site): add descriptions for each auth method to the selection menu #9252

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

Merged
merged 7 commits into from
Aug 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo
  • Loading branch information
aslilac committed Aug 22, 2023
commit 618a3a77042ca38c1fe7f120d6f0abf8845313b6
2 changes: 1 addition & 1 deletion site/src/components/CreateUserForm/CreateUserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const CreateUserForm: FC<

const styles = useStyles()
// This, unfortunately, cannot be an actual component because mui requires
// that all `MenuItem`s but be direct children of the `Select` they belong to
// that all `MenuItem`s must be direct children of the `Select` they belong to
const authMethodSelect = (value: keyof typeof authMethodLanguage) => {
const language = authMethodLanguage[value]
return (
Expand Down