mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Fix credentials lazy-loading (no-changelog) (#6615)
This commit is contained in:
committed by
GitHub
parent
d8909ab8b0
commit
07744986ea
@@ -167,6 +167,7 @@ export abstract class DirectoryLoader {
|
||||
this.known.credentials[tempCredential.name] = {
|
||||
className: credentialName,
|
||||
sourcePath: filePath,
|
||||
extends: tempCredential.extends,
|
||||
};
|
||||
|
||||
this.credentialTypes[tempCredential.name] = {
|
||||
|
||||
Reference in New Issue
Block a user