1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 09:03:28 +00:00

[PM-27331] Update the sdk service to use accountCryptographicState (#18274)

* Update the sdk service to use accountCryptographicState
This commit is contained in:
Thomas Avery
2026-02-23 12:23:37 -06:00
committed by GitHub
parent 99445e1ca6
commit 672a6026e3
5 changed files with 61 additions and 93 deletions

View File

@@ -664,7 +664,7 @@ export class ServiceContainer {
this.accountService,
this.kdfConfigService,
this.keyService,
this.securityStateService,
this.accountCryptographicStateService,
this.apiService,
this.stateProvider,
this.configService,