mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix credential bug with parameters which have the same name
This commit is contained in:
@@ -33,7 +33,7 @@ export class PhilipsHueOAuth2Api implements ICredentialType {
|
||||
displayName: 'Auth URI Query Parameters',
|
||||
name: 'authQueryParameters',
|
||||
type: 'hidden' as NodePropertyTypes,
|
||||
default: '={{"appid="+$parameter["appId"]}}',
|
||||
default: '={{"appid="+$self["appId"]}}',
|
||||
},
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
||||
Reference in New Issue
Block a user