From 5e1540aa5dcd08a8d436faef8bc7850a8003c882 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 21:05:34 +0000 Subject: [PATCH] Remove unused prop cgen-336859396ff146cbbfcb3f41b0b48f9c --- client/components/settings/OAuthConnections.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/settings/OAuthConnections.tsx b/client/components/settings/OAuthConnections.tsx index d0847173..938e6fbd 100644 --- a/client/components/settings/OAuthConnections.tsx +++ b/client/components/settings/OAuthConnections.tsx @@ -27,7 +27,6 @@ interface OAuthConnectionsProps { connectionAction: string | null; onLink: (provider: ProviderKey) => void; onUnlink: (provider: ProviderKey) => void; - ensureSecondarySignIn?: boolean; } const formatTimestamp = (value?: string) => {