mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
sequentialize updates
This commit is contained in:
@@ -104,6 +104,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
||||
return this.storageService.get<string>(Keys.keyHash);
|
||||
}
|
||||
|
||||
@sequentialize()
|
||||
async getEncKey(): Promise<SymmetricCryptoKey> {
|
||||
if (this.encKey != null) {
|
||||
return this.encKey;
|
||||
|
||||
Reference in New Issue
Block a user