Skip to content

Commit 9da5b94

Browse files
Fix app redirect (#4725)
1 parent 94219c2 commit 9da5b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/apps/chatops_proxy/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_installation_link_from_chatops_proxy(user) -> typing.Optional[str]:
3030
link, _ = client.get_slack_oauth_link(
3131
org.stack_id,
3232
user.user_id,
33-
urljoin(org.web_link, "settings?tab=TeamsSettings&chatOpsTab=Slack"),
33+
urljoin(org.web_link, "settings?tab=ChatOps&chatOpsTab=Slack"),
3434
APP_TYPE_ONCALL,
3535
)
3636
return link

0 commit comments

Comments
 (0)