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
tweak link stuff
  • Loading branch information
aslilac committed Aug 22, 2023
commit 899e6aac0e14ef040ded6c74ef5e42db474bee49
4 changes: 1 addition & 3 deletions site/src/components/CreateUserForm/CreateUserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import { hasApiFieldErrors, isApiError } from "api/errors"
import MenuItem from "@mui/material/MenuItem"
import { makeStyles } from "@mui/styles"
import { Theme } from "@mui/material/styles"
import { Link } from "@mui/material"
import { Link as RouterLink } from "react-router-dom"
import { Link } from "@mui/material/Link"

export const Language = {
emailLabel: "Email",
Expand Down Expand Up @@ -49,7 +48,6 @@ export const authMethodLanguage = {
<>
Disable authentication for this user (See the{" "}
<Link
component={RouterLink}
target="_blank"
rel="noopener"
to="https://coder.com/docs/v2/latest/admin/auth#disable-built-in-authentication"
Expand Down