mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
Adjust display options for credentials
This commit is contained in:
parent
b8be3080c0
commit
3f810629c4
|
@ -54,6 +54,14 @@ export class Reddit implements INodeType {
|
|||
{
|
||||
name: 'redditOAuth2Api',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'myAccount',
|
||||
'submission',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
properties: [
|
||||
|
|
Loading…
Reference in a new issue