refactor(core): Extract SAML requests payloads into DTOs (#12435)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-01-03 11:05:30 +01:00
committed by GitHub
parent 2241eef8cf
commit 552cff1860
29 changed files with 535 additions and 354 deletions

View File

@@ -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';