mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(editor): Detangle users store from settings store (no-changelog) (#16510)
This commit is contained in:
@@ -69,7 +69,9 @@ export async function initializeCore() {
|
||||
void useExternalHooks().run('app.mount');
|
||||
|
||||
if (!settingsStore.isPreviewMode) {
|
||||
await usersStore.initialize();
|
||||
await usersStore.initialize({
|
||||
quota: settingsStore.userManagement.quota,
|
||||
});
|
||||
|
||||
void versionsStore.checkForNewVersions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user