Skip to content

Commit

Permalink
fix docs for JWT node and credential
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Apr 10, 2024
1 parent 05ce8c4 commit 0bbaa4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ const algorithms: INodePropertyOptions[] = [
];

// eslint-disable-next-line n8n-nodes-base/cred-class-name-unsuffixed
export class jwtAuth implements ICredentialType {
export class JwtAuth implements ICredentialType {
// eslint-disable-next-line n8n-nodes-base/cred-class-field-name-unsuffixed
name = 'jwtAuth';

displayName = 'JWT Auth';

documentationUrl = 'jwtAuth';
documentationUrl = 'jwt';

icon = 'file:icons/jwt.svg';

Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"dist/credentials/JiraSoftwareCloudApi.credentials.js",
"dist/credentials/JiraSoftwareServerApi.credentials.js",
"dist/credentials/JotFormApi.credentials.js",
"dist/credentials/jwtAuth.credentials.js",
"dist/credentials/JwtAuth.credentials.js",
"dist/credentials/Kafka.credentials.js",
"dist/credentials/KeapOAuth2Api.credentials.js",
"dist/credentials/KibanaApi.credentials.js",
Expand Down

0 comments on commit 0bbaa4d

Please sign in to comment.