mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Mark all backend Enterprise Edition files and dirs (#12350)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import type { User } from '@/databases/entities/user';
|
||||
import { setSamlLoginEnabled } from '@/sso/saml/saml-helpers';
|
||||
import { getCurrentAuthenticationMethod, setCurrentAuthenticationMethod } from '@/sso/sso-helpers';
|
||||
import { setSamlLoginEnabled } from '@/sso.ee/saml/saml-helpers';
|
||||
import {
|
||||
getCurrentAuthenticationMethod,
|
||||
setCurrentAuthenticationMethod,
|
||||
} from '@/sso.ee/sso-helpers';
|
||||
|
||||
import { sampleConfig } from './sample-metadata';
|
||||
import { createOwner, createUser } from '../shared/db/users';
|
||||
|
||||
Reference in New Issue
Block a user