mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 21:53:25 +00:00
Change AppIdService to Use Storage Directly (#10835)
This commit is contained in:
@@ -652,7 +652,7 @@ export default class MainBackground {
|
||||
this.kdfConfigService,
|
||||
);
|
||||
|
||||
this.appIdService = new AppIdService(this.globalStateProvider);
|
||||
this.appIdService = new AppIdService(this.storageService, this.logService);
|
||||
|
||||
this.userDecryptionOptionsService = new UserDecryptionOptionsService(this.stateProvider);
|
||||
this.organizationService = new OrganizationService(this.stateProvider);
|
||||
|
||||
Reference in New Issue
Block a user