1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00

Merge branch 'main' into auth/pm-26209/bugfix-desktop-error-on-auth-request-approval

This commit is contained in:
rr-bw
2025-10-20 08:49:27 -07:00
131 changed files with 1987 additions and 555 deletions

View File

@@ -1281,7 +1281,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: ChangeKdfService,
useClass: DefaultChangeKdfService,
deps: [MasterPasswordServiceAbstraction, KeyService, KdfConfigService, ChangeKdfApiService],
deps: [ChangeKdfApiService, SdkService],
}),
safeProvider({
provide: AuthRequestServiceAbstraction,