mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08: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 a new issue