Skip to content

Commit

Permalink
Fix app redirect (#4725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinov-Innokentii authored Jul 24, 2024
1 parent 94219c2 commit 9da5b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/apps/chatops_proxy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9da5b94

Please sign in to comment.