1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +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

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