From 2bd3d51338d760278a71a3c0adb15a62c162303f Mon Sep 17 00:00:00 2001 From: rvcas Date: Thu, 27 Aug 2026 14:49:37 -0400 Subject: [PATCH] fix(trust): copy '@' for TXT record name in custom domain settings The TXT record Name copy button copied the verification value instead of '@', in both the desktop table and mobile layout. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01UiQAkKJwZQqmTnitpoNf3F --- .../portal-settings/components/TrustPortalDomain.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/app/src/app/(app)/[orgId]/trust/portal-settings/components/TrustPortalDomain.tsx b/apps/app/src/app/(app)/[orgId]/trust/portal-settings/components/TrustPortalDomain.tsx index 42ae0b0a18..00333ffc8f 100644 --- a/apps/app/src/app/(app)/[orgId]/trust/portal-settings/components/TrustPortalDomain.tsx +++ b/apps/app/src/app/(app)/[orgId]/trust/portal-settings/components/TrustPortalDomain.tsx @@ -340,9 +340,7 @@ export function TrustPortalDomain({ variant="ghost" size="icon" type="button" - onClick={() => - handleCopy(`compai-domain-verification=${orgId}`, 'Name') - } + onClick={() => handleCopy('@', 'Name')} className="h-6 w-6 shrink-0" > @@ -478,9 +476,7 @@ export function TrustPortalDomain({ variant="ghost" size="icon" type="button" - onClick={() => - handleCopy(`compai-domain-verification=${orgId}`, 'Name') - } + onClick={() => handleCopy('@', 'Name')} className="h-6 w-6 shrink-0" >