mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
🐛 Fix Mautic credentials #224
This commit is contained in:
parent
93f3a958f3
commit
be1080b752
|
@ -23,7 +23,10 @@ export class MauticApi implements ICredentialType {
|
|||
{
|
||||
displayName: 'Password',
|
||||
name: 'password',
|
||||
type: 'password' as NodePropertyTypes,
|
||||
type: 'string' as NodePropertyTypes,
|
||||
typeOptions: {
|
||||
password: true,
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue