refactor(core): Centralize module management (#16464)

Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
Iván Ovejero
2025-06-19 14:32:31 +02:00
committed by GitHub
parent d0eb7a45ad
commit bb7c68f6bf
24 changed files with 328 additions and 134 deletions

View File

@@ -145,7 +145,7 @@ const login = async (form: LoginRequestDto) => {
}
await settingsStore.getSettings();
if (settingsStore.loadedModules.length > 0) {
if (settingsStore.activeModules.length > 0) {
await settingsStore.getModuleSettings();
}