🐛 Fix credential bug with parameters which have the same name

This commit is contained in:
Jan Oberhauser
2021-01-27 09:02:20 +01:00
parent 91623806ae
commit de0ac0158a
9 changed files with 42 additions and 26 deletions

View File

@@ -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',