mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Extract SAML requests payloads into DTOs (#12435)
This commit is contained in:
committed by
GitHub
parent
2241eef8cf
commit
552cff1860
@@ -1,5 +1,5 @@
|
||||
import * as helpers from '@/sso.ee/saml/saml-helpers';
|
||||
import type { SamlUserAttributes } from '@/sso.ee/saml/types/saml-user-attributes';
|
||||
import type { SamlUserAttributes } from '@/sso.ee/saml/types';
|
||||
|
||||
import { getPersonalProject } from '../shared/db/projects';
|
||||
import * as testDb from '../shared/test-db';
|
||||
|
||||
Reference in New Issue
Block a user