Small improvements and fixes to Mautic-Nodes

This commit is contained in:
Jan Oberhauser
2020-01-15 20:53:43 -06:00
parent 3c7b4458c4
commit 1bfa412a27
6 changed files with 173 additions and 91 deletions

View File

@@ -12,6 +12,7 @@ export class MauticApi implements ICredentialType {
name: 'url',
type: 'string' as NodePropertyTypes,
default: '',
placeholder: 'https://name.mautic.net',
},
{
displayName: 'Username',
@@ -22,7 +23,7 @@ export class MauticApi implements ICredentialType {
{
displayName: 'Password',
name: 'password',
type: 'string' as NodePropertyTypes,
type: 'password' as NodePropertyTypes,
default: '',
},
];