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'],
|
inputs: ['main'],
|
||||||
outputs: ['main'],
|
outputs: ['main'],
|
||||||
// credentials: [
|
credentials: [
|
||||||
// {
|
{
|
||||||
// name: 'secloreProtectApi',
|
name: 'secloreProtectApi',
|
||||||
// required: true,
|
required: true,
|
||||||
// },
|
},
|
||||||
// ],
|
],
|
||||||
properties: [
|
properties: [
|
||||||
{
|
{
|
||||||
displayName: 'Resource',
|
displayName: 'Resource',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue