You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/integration-platform/src/manifests/vercel/index.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,11 @@ Copy the **Client ID** and **Client Secret** (click Reveal)
36
36
Enter the Client ID, Secret, and the integration slug (from \`vercel.com/integrations/{slug}\`) in the admin page.
37
37
38
38
> **Team Support**: When connecting, you'll choose whether to install for your personal account or a team. If you select a team, all API calls will be scoped to that team.`,
39
-
customSettings: [
39
+
additionalOAuthSettings: [
40
40
{
41
41
id: 'appSlug',
42
42
label: 'Vercel Integration Slug',
43
43
type: 'text',
44
-
placeholder: 'comp-ai',
45
44
helpText:
46
45
'The slug from your Vercel integration URL (https://vercel.com/integrations/{slug}). Used to launch the correct install page.',
0 commit comments