1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();