mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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: '',
|
default: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'To send multiple headers, use a "Custom Auth" credential instead',
|
||||||
|
name: 'useCustomAuth',
|
||||||
|
type: 'notice',
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
authenticate: IAuthenticateGeneric = {
|
authenticate: IAuthenticateGeneric = {
|
||||||
|
|||||||
Reference in New Issue
Block a user