1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-27221] Update legacy kdf state on master password unlock sync (#16966)

* Update legacy kdf state on master password unlock sync

* Fix cli build

* Fix

* Fix build

* Fix cli

* Fix browser
This commit is contained in:
Bernd Schoolmann
2025-10-23 11:38:10 +02:00
committed by GitHub
parent 29dccd6352
commit 7e7107f165
5 changed files with 10 additions and 2 deletions

View File

@@ -1050,6 +1050,7 @@ export default class MainBackground {
this.authService,
this.stateProvider,
this.securityStateService,
this.kdfConfigService,
);
this.syncServiceListener = new SyncServiceListener(

View File

@@ -846,6 +846,7 @@ export class ServiceContainer {
this.authService,
this.stateProvider,
this.securityStateService,
this.kdfConfigService,
);
this.totpService = new TotpService(this.sdkService);