mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Centralize module management (#16464)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user