mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
add note for credentials scopes
This commit is contained in:
parent
94e44a9ce0
commit
dc856111a1
|
@ -61,5 +61,15 @@ export class HighLevelOAuth2Api implements ICredentialType {
|
|||
type: 'hidden',
|
||||
default: 'body',
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
'Make sure your credentials include the required OAuth scopes for all actions this node performs.',
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
displayOptions: {
|
||||
hideOnCloud: true,
|
||||
},
|
||||
},
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue