diff --git a/libs/common/src/vault/services/cipher.service.ts b/libs/common/src/vault/services/cipher.service.ts index 73d9511fb2b..e66b6be0524 100644 --- a/libs/common/src/vault/services/cipher.service.ts +++ b/libs/common/src/vault/services/cipher.service.ts @@ -430,7 +430,7 @@ export class CipherService implements CipherServiceAbstraction { if (keys == null || (keys.userKey == null && Object.keys(keys.orgKeys).length === 0)) { // return early if there are no keys to decrypt with - return; + return [[], []]; } // Group ciphers by orgId or under 'null' for the user's ciphers