🐛 Fix Mautic credentials #224

This commit is contained in:
Jan Oberhauser 2020-01-17 07:57:35 -06:00
parent 93f3a958f3
commit be1080b752

View file

@ -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: '',
},
];