1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

consolidate login strategy deps (#8859)

This commit is contained in:
Jake Fink
2024-05-21 09:34:03 -04:00
committed by GitHub
parent ead52698c3
commit 56c4be4f1a
11 changed files with 54 additions and 334 deletions

View File

@@ -94,6 +94,8 @@ describe("UserApiLoginStrategy", () => {
apiLogInStrategy = new UserApiLoginStrategy(
cache,
environmentService,
keyConnectorService,
accountService,
masterPasswordService,
cryptoService,
@@ -106,8 +108,6 @@ describe("UserApiLoginStrategy", () => {
stateService,
twoFactorService,
userDecryptionOptionsService,
environmentService,
keyConnectorService,
billingAccountProfileStateService,
vaultTimeoutSettingsService,
kdfConfigService,