[PM-30735] Fix bug causing ciphers not to load under certain circumstances. (#18895)

pull/18400/head^2
Nik Gilmore 2 months ago committed by GitHub
parent c0e9678c06
commit e8df377ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save