mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix(Webflow Node): Update scopes to include forms (#10554)
This commit is contained in:
parent
f682318db0
commit
d3861b31ce
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue