feat(editor): Display a notice for HTTP header auth credentials (#14389)

This commit is contained in:
RomanDavydchuk
2025-04-04 19:37:47 +03:00
committed by GitHub
parent c9565fc0be
commit ec4dd9f762

View File

@@ -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 = {