Skip to content

Commit

Permalink
🐛 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jun 14, 2024
1 parent 4839634 commit 2a65d3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/authUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const handleOAuth2Url = async (input: HandleOAuth2Url) => {
break;
case 'jira':
params = `audience=api.atlassian.com&${params}&prompt=consent&response_type=code`;
break;
case 'jira_service_mgmt':
params = `audience=api.atlassian.com&${params}&prompt=consen&response_type=codet`;
break;
Expand Down

0 comments on commit 2a65d3d

Please sign in to comment.