Skip to content

Commit 78696b0

Browse files
[backend] wip: fix local migration
1 parent 7ed893b commit 78696b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/opencti-graphql/src/modules/authenticationProvider/authenticationProvider-migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type { AuthContext, AuthUser } from '../../types/user';
99
import { AuthenticationProviderType } from '../../generated/graphql';
1010
import { logApp } from '../../config/conf';
1111
import { convertAllSSOEnvProviders } from './authenticationProvider-migration-converter';
12-
import { addAuthenticationProvider, findAllAuthenticationProvider, getAllIdentifiers, resolveProviderIdentifier } from './authenticationProvider-domain';
12+
import { addAuthenticationProvider, getAllIdentifiers, resolveProviderIdentifier } from './authenticationProvider-domain';
1313
import { isUserHasCapability, SETTINGS_SET_ACCESSES } from '../../utils/access';
1414
import { AuthRequired } from '../../config/errors';
1515
import { isAuthenticationProviderMigrated } from './providers-configuration';

0 commit comments

Comments
 (0)