refactor(core): Decouple module settings from frontend service (#16324)

Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
Iván Ovejero
2025-06-18 10:00:02 +02:00
committed by GitHub
parent 49b9439ec0
commit 6ba8e0bebe
28 changed files with 227 additions and 172 deletions

View File

@@ -144,6 +144,11 @@ const login = async (form: LoginRequestDto) => {
}
}
await settingsStore.getSettings();
if (settingsStore.loadedModules.length > 0) {
await settingsStore.getModuleSettings();
}
toast.clearAllStickyNotifications();
telemetry.track('User attempted to login', {