mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
update folder service to use new crypto service methods
This commit is contained in:
@@ -173,7 +173,7 @@ export class FolderService implements InternalFolderServiceAbstraction {
|
||||
|
||||
this._folders.next(folders);
|
||||
|
||||
if (await this.cryptoService.hasKey()) {
|
||||
if (await this.cryptoService.hasUserKey()) {
|
||||
this._folderViews.next(await this.decryptFolders(folders));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user