mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
👕 Adjust credentials file per lintings
This commit is contained in:
parent
03db036295
commit
f58a0689a5
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ import {
|
||||||
INodeProperties,
|
INodeProperties,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
|
|
||||||
export class ExampleCredentials implements ICredentialType {
|
export class ExampleCredentialsApi implements ICredentialType {
|
||||||
name = 'exampleCredentials';
|
name = 'exampleCredentialsApi';
|
||||||
displayName = 'Example Credentials';
|
displayName = 'Example Credentials API';
|
||||||
properties: INodeProperties[] = [
|
properties: INodeProperties[] = [
|
||||||
// The credentials to get from user and save encrypted.
|
// The credentials to get from user and save encrypted.
|
||||||
// Properties can be defined exactly in the same way
|
// Properties can be defined exactly in the same way
|
||||||
Loading…
Add table
Add a link
Reference in a new issue