mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): Allow ignoring SSL issues on generic oauth2 credentials (#6702)
This commit is contained in:
committed by
GitHub
parent
db3c12ffc7
commit
feac369f6c
@@ -1601,6 +1601,8 @@ export function mergeNodeProperties(
|
||||
): void {
|
||||
let existingIndex: number;
|
||||
for (const property of addProperties) {
|
||||
if (property.doNotInherit) continue;
|
||||
|
||||
existingIndex = mainProperties.findIndex((element) => element.name === property.name);
|
||||
|
||||
if (existingIndex === -1) {
|
||||
|
||||
Reference in New Issue
Block a user