1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PS-1134] Folder fixes, including revamped auth logic (#3118)

This commit is contained in:
Oscar Hinton
2022-07-18 14:39:12 +02:00
committed by GitHub
parent cd5aef1757
commit fbff2e5f00
11 changed files with 65 additions and 49 deletions

View File

@@ -206,8 +206,7 @@ export class Main {
this.cryptoService,
this.i18nService,
this.cipherService,
this.stateService,
this.broadcasterService
this.stateService
);
this.folderApiService = new FolderApiService(this.folderService, this.apiService);