mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Strapi Node): Strapi credentials notice (#6289)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user