-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Description
When you create a connected account with composio.connected_accounts.initiate for a Google service, the UI displayed in the redirect_url allows the user to select a different Google account (not necessarily the one used as the user_id). This creates an inconsistency, where the only thing we know about the connected account is the user_id (one of their email accounts), but not what account they're actually using.
I think what's needed is to either replace the original user_id with the new selected email, or add the email in some other field we can query on. If we can't query on it, we won't be able to tell them appart programatically.