We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219729e commit 83cd46eCopy full SHA for 83cd46e
frontend/src/components/integrations/composio/composio-connect-button.tsx
@@ -38,7 +38,6 @@ export const ComposioConnectButton: React.FC<ComposioConnectButtonProps> = ({
38
const result = await createProfile.mutateAsync({
39
toolkit_slug: toolkit.slug,
40
profile_name: profileName.trim(),
41
- auth_config: {},
42
});
43
44
// If there's a redirect URL, the OAuth popup will be opened by the hook
0 commit comments