mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Display a notice for HTTP header auth credentials (#14389)
This commit is contained in:
@@ -27,6 +27,12 @@ export class HttpHeaderAuth implements ICredentialType {
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'To send multiple headers, use a "Custom Auth" credential instead',
|
||||
name: 'useCustomAuth',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
];
|
||||
|
||||
authenticate: IAuthenticateGeneric = {
|
||||
|
||||
Reference in New Issue
Block a user