diff --git a/common/src/services/crypto.service.ts b/common/src/services/crypto.service.ts index 50ab100a76..c25d2c9cd7 100644 --- a/common/src/services/crypto.service.ts +++ b/common/src/services/crypto.service.ts @@ -334,7 +334,7 @@ export class CryptoService implements CryptoServiceAbstraction { } async clearKeys(): Promise { - await this.clearEncKey(); + await this.clearKey(); await this.clearKeyHash(); await this.clearOrgKeys(); await this.clearEncKey();