Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jan 24, 2025
1 parent bf51888 commit 0f2d1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ def _setup_connector_integration_and_user(
)
if connector_user.account_status == "Inactive":
client.set_account_status(connector_user.id, "Active")

api_token = connector_user.api_token
opencti_token_id = integration.data[self.app].get("opencti_token")
if not opencti_token_id:
Expand Down

0 comments on commit 0f2d1ad

Please sign in to comment.