refactor(editor): Migrate sso to @n8n/rest-api-client (no-changelog) (#16145)

This commit is contained in:
Alex Grozav
2025-06-10 09:02:54 +02:00
committed by GitHub
parent 9cf7293990
commit 00083d5ed6
6 changed files with 13 additions and 12 deletions

View File

@@ -8,5 +8,6 @@ export * from './nodeTypes';
export * from './npsSurvey';
export * from './orchestration';
export * from './roles';
export * from './sso';
export * from './ui';
export * from './webhooks';