We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac139d commit 1f5a770Copy full SHA for 1f5a770
2 files changed
apps/sim/blocks/blocks/pipedrive.ts
@@ -54,7 +54,7 @@ export const PipedriveBlock: BlockConfig<PipedriveResponse> = {
54
'leads:full',
55
'activities:full',
56
'mail:full',
57
- 'projects:full'
+ 'projects:full',
58
],
59
placeholder: 'Select Pipedrive account',
60
required: true,
apps/sim/lib/auth.ts
@@ -679,7 +679,7 @@ export const auth = betterAuth({
679
680
681
682
683
684
responseType: 'code',
685
redirectURI: `${getBaseUrl()}/api/auth/oauth2/callback/pipedrive`,
0 commit comments