mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +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
@@ -13,6 +13,7 @@ type EndpointGroup =
|
||||
| 'me'
|
||||
| 'users'
|
||||
| 'auth'
|
||||
| 'oauth2'
|
||||
| 'owner'
|
||||
| 'passwordReset'
|
||||
| 'credentials'
|
||||
|
||||
@@ -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