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:
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
Block a user