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
Update site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage/IdpOrgSyn…
…cPageView.tsx

Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>
  • Loading branch information
aslilac and jaaydenh authored Feb 6, 2025
commit 06ba32deefe1e4ff24ef16df32b3394e67b0206d
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ const OrganizationRow: FC<OrganizationRowProps> = ({
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
<TriangleAlert className="size-icon-sm cursor-pointer text-content-warning" />
<TriangleAlert className="size-icon-xs cursor-pointer text-content-warning" />
</TooltipTrigger>
<TooltipContent className="p-2 text-xs text-content-secondary max-w-sm">
This value has not be seen in the specified claim field
Expand Down
Loading