From 65881b271f35e6c7006d066559cc1e6b9094f263 Mon Sep 17 00:00:00 2001 From: "atharva.dev" Date: Mon, 17 Nov 2025 11:53:49 +0530 Subject: [PATCH] Restore SecloreProtectApi credentials in n8n configuration --- nodes/SecloreProtect/SecloreProtect.node.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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',