mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Correct typo (#416)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user