1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Correct typo (#416)

This commit is contained in:
Matt Gibson
2021-06-22 08:10:47 -04:00
committed by GitHub
parent 78ae9383fb
commit 18bf616e2e

View File

@@ -334,7 +334,7 @@ export class CryptoService implements CryptoServiceAbstraction {
} }
async clearKeys(): Promise<any> { async clearKeys(): Promise<any> {
await this.clearEncKey(); await this.clearKey();
await this.clearKeyHash(); await this.clearKeyHash();
await this.clearOrgKeys(); await this.clearOrgKeys();
await this.clearEncKey(); await this.clearEncKey();