fix(Strapi Node): Strapi credentials notice (#6289)

This commit is contained in:
Michael Kret
2023-05-23 12:00:02 +03:00
committed by GitHub
parent ed7f3b845f
commit bbe6d4c4db
3 changed files with 25 additions and 13 deletions

View File

@@ -8,6 +8,12 @@ export class StrapiApi implements ICredentialType {
documentationUrl = 'strapi';
properties: INodeProperties[] = [
{
displayName: 'Make sure you are using a user account not an admin account',
name: 'notice',
type: 'notice',
default: '',
},
{
displayName: 'Email',
name: 'email',