Correct typo (#416)
This commit is contained in:
parent
78ae9383fb
commit
18bf616e2e
|
@ -334,7 +334,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
|||
}
|
||||
|
||||
async clearKeys(): Promise<any> {
|
||||
await this.clearEncKey();
|
||||
await this.clearKey();
|
||||
await this.clearKeyHash();
|
||||
await this.clearOrgKeys();
|
||||
await this.clearEncKey();
|
||||
|
|
Loading…
Reference in New Issue