mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(TheHive Node): Treat ApiKey as a secret (#6786)
This commit is contained in:
committed by
GitHub
parent
7461085408
commit
11a3965ba8
@@ -17,6 +17,7 @@ export class TheHiveApi implements ICredentialType {
|
||||
displayName: 'API Key',
|
||||
name: 'ApiKey',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user