Remove unused prop

cgen-336859396ff146cbbfcb3f41b0b48f9c
This commit is contained in:
Builder.io 2025-09-30 21:05:34 +00:00
parent 752a91ca7e
commit 5e1540aa5d

View file

@ -27,7 +27,6 @@ interface OAuthConnectionsProps {
connectionAction: string | null;
onLink: (provider: ProviderKey) => void;
onUnlink: (provider: ProviderKey) => void;
ensureSecondarySignIn?: boolean;
}
const formatTimestamp = (value?: string) => {