1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

[AC-1139] Override deprecated values on sync

This commit is contained in:
Rui Tome
2023-11-28 16:13:45 +00:00
parent 04fb7c04c2
commit 9cfe891bef
4 changed files with 20 additions and 0 deletions

View File

@@ -536,6 +536,7 @@ export default class MainBackground {
this.folderApiService,
this.organizationService,
this.sendApiService,
this.configService,
logoutCallback
);
this.eventUploadService = new EventUploadService(

View File

@@ -443,6 +443,7 @@ export class Main {
this.folderApiService,
this.organizationService,
this.sendApiService,
this.configService,
async (expired: boolean) => await this.logout()
);