diff --git a/common/src/services/cipher.service.ts b/common/src/services/cipher.service.ts index 00f94c911a..e900214650 100644 --- a/common/src/services/cipher.service.ts +++ b/common/src/services/cipher.service.ts @@ -355,7 +355,7 @@ export class CipherService implements CipherServiceAbstraction { await Promise.all(promises); decCiphers.sort(this.getLocaleSortingFunction()); - await this.stateService.setDecryptedCiphers(decCiphers); + await this.setDecryptedCipherCache(decCiphers); return decCiphers; }