Improvements to Webflow-Node

This commit is contained in:
ricardo
2020-06-15 20:31:18 -04:00
parent 0c144e4b0f
commit 346ae8efc9
2 changed files with 13 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ export class WebflowOAuth2Api implements ICredentialType {
{
displayName: 'Scope',
name: 'scope',
type: 'string' as NodePropertyTypes,
type: 'hidden' as NodePropertyTypes,
default: '',
},
{