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:
@@ -536,6 +536,7 @@ export default class MainBackground {
|
||||
this.folderApiService,
|
||||
this.organizationService,
|
||||
this.sendApiService,
|
||||
this.configService,
|
||||
logoutCallback
|
||||
);
|
||||
this.eventUploadService = new EventUploadService(
|
||||
|
||||
@@ -443,6 +443,7 @@ export class Main {
|
||||
this.folderApiService,
|
||||
this.organizationService,
|
||||
this.sendApiService,
|
||||
this.configService,
|
||||
async (expired: boolean) => await this.logout()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user