Skip to content

Commit

Permalink
feat: add auth status page in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Apr 25, 2024
1 parent 75b5289 commit 72ecd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
3 changes: 2 additions & 1 deletion composio/composio_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ def add_integration(args):
connection.save_user_access_data(fields_input, entity_id=entity.entity_id)
else:
# @TODO: add logic to wait and ask for API_KEY
connection = entity.initiate_connection(app_name=integration_name.lower())
connection = entity.initiate_connection(app_name=integration_name.lower(), redirect_url="https://hermes-frontend-git-master-composio.vercel.app/redirect")

if not should_disable_webbrowser_open:
webbrowser.open(connection.redirectUrl)
print(
Expand Down
16 changes: 0 additions & 16 deletions upload_libs.sh

This file was deleted.

0 comments on commit 72ecd11

Please sign in to comment.