mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
fix(TheHive Node): Treat ApiKey as a secret (#6786)
This commit is contained in:
parent
7461085408
commit
11a3965ba8
|
|
@ -17,6 +17,7 @@ export class TheHiveApi implements ICredentialType {
|
|||
displayName: 'API Key',
|
||||
name: 'ApiKey',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user