File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
libs/common/src/platform/sync Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,18 @@ import {
99 CollectionDetailsResponse ,
1010 CollectionService ,
1111} from "@bitwarden/admin-console/common" ;
12- // This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
13- // eslint-disable-next-line no-restricted-imports, import/order
14- import {
15- InternalUserDecryptionOptionsServiceAbstraction ,
16- UserDecryptionOptions ,
17- WebAuthnPrfUserDecryptionOption ,
18- } from "@bitwarden/auth/common" ;
19-
2012import { SecurityStateService } from "@bitwarden/common/key-management/security-state/abstractions/security-state.service" ;
2113// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
2214// eslint-disable-next-line no-restricted-imports
2315import { KdfConfigService , KeyService } from "@bitwarden/key-management" ;
2416
17+ // This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
18+ // eslint-disable-next-line no-restricted-imports
19+ import {
20+ InternalUserDecryptionOptionsServiceAbstraction ,
21+ UserDecryptionOptions ,
22+ WebAuthnPrfUserDecryptionOption ,
23+ } from "../../../../auth/src/common" ;
2524// FIXME: remove `src` and fix import
2625// eslint-disable-next-line no-restricted-imports
2726import { LogoutReason } from "../../../../auth/src/common/types" ;
You can’t perform that action at this time.
0 commit comments