mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix "error connecting to n8n" error if not logged in (#18818)
This commit is contained in:
@@ -136,10 +136,6 @@ const login = async (form: LoginRequestDto) => {
|
||||
loading.value = false;
|
||||
await settingsStore.getSettings();
|
||||
|
||||
if (settingsStore.activeModules.length > 0) {
|
||||
await settingsStore.getModuleSettings();
|
||||
}
|
||||
|
||||
toast.clearAllStickyNotifications();
|
||||
|
||||
if (settingsStore.isMFAEnforced && !usersStore.currentUser?.mfaAuthenticated) {
|
||||
|
||||
Reference in New Issue
Block a user