8000 feat: show warning on unrecognized idp org mapping claims by aslilac · Pull Request #16478 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: show warning on unrecognized idp org mapping claims #16478

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 15 commits into from
Feb 6, 2025
Prev Previous commit
Next Next commit
tweak text colors
  • Loading branch information
aslilac committed Feb 6, 2025
commit eedf797b1c32729e0993fca8126e20a7dcd9c741
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,12 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
return (
<TableRow data-testid={`idp-org-${idpOrg}`}>
<TableCell>
<Stack direction="row" alignItems="center" spacing={1}>
<Stack
direction="row"
alignItems="center"
spacing={1}
className="text-content-primary"
>
{idpOrg}
{!exists && (
<TooltipProvider>
Expand Down
Loading
0