Skip to content

Commit

Permalink
🐛 Mlittle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jan 31, 2024
1 parent 720c30c commit 7d3316d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/embedded-catalog/react/src/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,15 @@ export const providersConfig: ProvidersConfig = {
scopes: '',
authBaseUrl: 'https://app.frontapp.com/oauth/authorize',
logoPath: 'assets/ticketing/front.png',
description: "Sync & Create contacts, deals, companies, notes, engagements, stages, tasks and users"
description: "Sync & Create accounts, tickets, comments, attachments, contacts, tags, teams and users"

},
'zendesk_tcg': {
clientId: 'panora_bbb',
scopes: 'read write',
authBaseUrl: 'https://panora7548.zendesk.com/oauth/authorizations/new',
logoPath: 'assets/crm/zendesk_logo.png',
description: "Sync & Create contacts, deals, companies, notes, engagements, stages, tasks and users"

description: "Sync & Create accounts, tickets, comments, attachments, contacts, tags, teams and users"
},
},
'Accounting': {
Expand Down

0 comments on commit 7d3316d

Please sign in to comment.