mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
ci: Fix docs urls (no-changelog) (#9116)
This commit is contained in:
committed by
GitHub
parent
c00150bb8f
commit
1cd7eacb7b
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user