mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02:00
refactor(editor): Extract saml code into features/sso (no-changelog) (#20801)
This commit is contained in:
parent
78058ba985
commit
3c394ea679
|
|
@ -2,7 +2,7 @@ import userEvent from '@testing-library/user-event';
|
|||
import { useRouter } from 'vue-router';
|
||||
import { createTestingPinia } from '@pinia/testing';
|
||||
import merge from 'lodash/merge';
|
||||
import SamlOnboarding from '@/views/SamlOnboarding.vue';
|
||||
import SamlOnboarding from './SamlOnboarding.vue';
|
||||
import { STORES } from '@n8n/stores';
|
||||
import { SETTINGS_STORE_DEFAULT_STATE, waitAllPromises } from '@/__tests__/utils';
|
||||
import { createComponentRenderer } from '@/__tests__/render';
|
||||
|
|
@ -65,7 +65,7 @@ const SettingsUsageAndPlan = async () =>
|
|||
await import('@/features/usage/views/SettingsUsageAndPlan.vue');
|
||||
const SettingsSso = async () => await import('@/features/sso/views/SettingsSso.vue');
|
||||
const SignoutView = async () => await import('@/features/auth/views/SignoutView.vue');
|
||||
const SamlOnboarding = async () => await import('@/views/SamlOnboarding.vue');
|
||||
const SamlOnboarding = async () => await import('@/features/sso/views/SamlOnboarding.vue');
|
||||
const SettingsSourceControl = async () =>
|
||||
await import('@/features/sourceControl.ee/views/SettingsSourceControl.vue');
|
||||
const SettingsExternalSecrets = async () =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user