mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
move initialization of UV service dep (#10290)
This commit is contained in:
@@ -625,6 +625,8 @@ export class ServiceContainer {
|
|||||||
const lockedCallback = async (userId?: string) =>
|
const lockedCallback = async (userId?: string) =>
|
||||||
await this.cryptoService.clearStoredUserKey(KeySuffixOptions.Auto);
|
await this.cryptoService.clearStoredUserKey(KeySuffixOptions.Auto);
|
||||||
|
|
||||||
|
this.userVerificationApiService = new UserVerificationApiService(this.apiService);
|
||||||
|
|
||||||
this.userVerificationService = new UserVerificationService(
|
this.userVerificationService = new UserVerificationService(
|
||||||
this.cryptoService,
|
this.cryptoService,
|
||||||
this.accountService,
|
this.accountService,
|
||||||
@@ -729,8 +731,6 @@ export class ServiceContainer {
|
|||||||
|
|
||||||
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
||||||
|
|
||||||
this.userVerificationApiService = new UserVerificationApiService(this.apiService);
|
|
||||||
|
|
||||||
this.eventUploadService = new EventUploadService(
|
this.eventUploadService = new EventUploadService(
|
||||||
this.apiService,
|
this.apiService,
|
||||||
this.stateProvider,
|
this.stateProvider,
|
||||||
|
|||||||
Reference in New Issue
Block a user