Skip to content

Commit

Permalink
fix(Webflow Node): Update scopes to include forms (#10554)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarpedrero authored Sep 9, 2024
1 parent f682318 commit d3861b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class WebflowOAuth2Api implements ICredentialType {
displayName: 'Scope',
name: 'scope',
type: 'hidden',
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read"}}',
default: '={{$self["legacy"] ? "" : "cms:read cms:write sites:read forms:read"}}',
},
{
displayName: 'Auth URI Query Parameters',
Expand Down

0 comments on commit d3861b3

Please sign in to comment.