Restore SecloreProtectApi credentials in n8n configuration
This commit is contained in:
parent
00bda6e317
commit
65881b271f
|
|
@ -21,12 +21,12 @@ export class SecloreProtect implements INodeType {
|
|||
},
|
||||
inputs: ['main'],
|
||||
outputs: ['main'],
|
||||
// credentials: [
|
||||
// {
|
||||
// name: 'secloreProtectApi',
|
||||
// required: true,
|
||||
// },
|
||||
// ],
|
||||
credentials: [
|
||||
{
|
||||
name: 'secloreProtectApi',
|
||||
required: true,
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Resource',
|
||||
|
|
|
|||
Loading…
Reference in New Issue