mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
[PM-30735] Fix bug causing ciphers not to load under certain circumstances. (#18895)
This commit is contained in:
@@ -119,7 +119,7 @@ export class VaultPopupItemsService {
|
||||
this.cipherService
|
||||
.cipherListViews$(userId)
|
||||
.pipe(filter((ciphers) => ciphers != null)),
|
||||
this.cipherService.failedToDecryptCiphers$(userId),
|
||||
this.cipherService.failedToDecryptCiphers$(userId).pipe(startWith([])),
|
||||
this.restrictedItemTypesService.restricted$,
|
||||
]),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user