1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

fix(service): [Auth/PM-17648] Fix MasterPasswordApiService injection (#13886)

This commit is contained in:
rr-bw
2025-03-18 14:41:43 -07:00
committed by GitHub
parent 69b2972e56
commit 7c0af6c8fb

View File

@@ -1352,7 +1352,7 @@ const safeProviders: SafeProvider[] = [
useClass: DefaultSetPasswordJitService,
deps: [
ApiServiceAbstraction,
MasterPasswordApiService,
MasterPasswordApiServiceAbstraction,
KeyService,
EncryptService,
I18nServiceAbstraction,