diff --git a/nodes/SecloreProtect/SecloreProtect.node.ts b/nodes/SecloreProtect/SecloreProtect.node.ts index 7b9215d..d8e3672 100644 --- a/nodes/SecloreProtect/SecloreProtect.node.ts +++ b/nodes/SecloreProtect/SecloreProtect.node.ts @@ -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',