Skip to content

Commit

Permalink
🐛 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jul 18, 2024
1 parent f6f3fb9 commit 7915f6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/shared/src/connectors/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
description: 'Sync & Create contacts, deals, companies, notes, engagements, stages, tasks and users',
authStrategy: {
strategy: AuthStrategy.oauth2
},
options: {
local_redirect_uri_in_https: true
}
},
'attio': {
Expand Down Expand Up @@ -392,7 +395,6 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
]
},
},
// TODO
'gorgias': {
scopes: 'write:all openid email profile offline',
urls: {
Expand All @@ -407,7 +409,8 @@ export const CONNECTORS_METADATA: ProvidersConfig = {
description: 'Sync & Create accounts, tickets, comments, attachments, contacts, tags, teams and users',
authStrategy: {
strategy: AuthStrategy.oauth2
}
},
active: false
},
'jira': {
scopes: 'read:jira-work manage:jira-project manage:jira-configuration read:jira-user write:jira-work manage:jira-webhook manage:jira-data-provider offline_access',
Expand Down

0 comments on commit 7915f6b

Please sign in to comment.