1
0
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:
Nik Gilmore
2026-02-17 09:10:39 -08:00
committed by GitHub
parent c0e9678c06
commit e8df377ba1

View File

@@ -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$,
]),
),