mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix oauth2 callback and add integration tests (no-changelog) (#10272)
This commit is contained in:
committed by
GitHub
parent
785c82cfec
commit
efb71dd9ad
@@ -159,6 +159,10 @@ export const setupTestServer = ({
|
||||
await import('@/controllers/auth.controller');
|
||||
break;
|
||||
|
||||
case 'oauth2':
|
||||
await import('@/controllers/oauth/oAuth2Credential.controller');
|
||||
break;
|
||||
|
||||
case 'mfa':
|
||||
await import('@/controllers/mfa.controller');
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user