mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Add password field to customer:create (#2390)
This commit is contained in:
parent
a5805fb80b
commit
0f9edd666d
|
@ -118,6 +118,22 @@ const customerUpdateOptions = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
displayName: 'Password',
|
||||
name: 'password',
|
||||
type: 'string',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/resource': [
|
||||
'customer',
|
||||
],
|
||||
'/operation': [
|
||||
'create',
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Shipping Address',
|
||||
name: 'shipping',
|
||||
|
|
Loading…
Reference in a new issue