Skip to content

Commit c6b9d66

Browse files
committed
fix(sso): correct the domain-removal warning now that it disables sign-in
1 parent 9fff2d3 commit c6b9d66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/ee/sso/components/verified-domains-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function VerifiedDomainsSection({ organizationId }: VerifiedDomainsSectio
186186
text={[
187187
'Remove ',
188188
{ text: pendingRemoval?.domain ?? '', bold: true },
189-
"? You'll need to verify it again before you can configure SSO for it. Existing SSO sign-in is not affected.",
189+
'? This immediately disables SSO sign-in for anyone on that domain, because the proof is what grants your identity provider its authority. Verifying the domain again restores it.',
190190
]}
191191
confirm={{
192192
label: 'Remove',

0 commit comments

Comments
 (0)