Fix app redirect (#4725)

This commit is contained in:
Innokentii Konstantinov 2024-07-24 17:59:56 +08:00 committed by GitHub
parent 94219c25bb
commit 9da5b94455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ def get_installation_link_from_chatops_proxy(user) -> typing.Optional[str]:
link, _ = client.get_slack_oauth_link(
org.stack_id,
user.user_id,
urljoin(org.web_link, "settings?tab=TeamsSettings&chatOpsTab=Slack"),
urljoin(org.web_link, "settings?tab=ChatOps&chatOpsTab=Slack"),
APP_TYPE_ONCALL,
)
return link