Skip to content

Commit 83cd46e

Browse files
committed
fix: remove invalid auth_config property
1 parent 219729e commit 83cd46e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/integrations/composio/composio-connect-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const ComposioConnectButton: React.FC<ComposioConnectButtonProps> = ({
3838
const result = await createProfile.mutateAsync({
3939
toolkit_slug: toolkit.slug,
4040
profile_name: profileName.trim(),
41-
auth_config: {},
4241
});
4342

4443
// If there's a redirect URL, the OAuth popup will be opened by the hook

0 commit comments

Comments
 (0)