mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fix keyhash storage
This commit is contained in:
parent
b7a736294b
commit
3d958279d2
@ -101,7 +101,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
||||
return this.keyHash;
|
||||
}
|
||||
|
||||
const keyHash = await this.secureStorageService.get<string>(Keys.keyHash);
|
||||
const keyHash = await this.storageService.get<string>(Keys.keyHash);
|
||||
if (keyHash != null) {
|
||||
this.keyHash = keyHash;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user