mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix keyhash storage
This commit is contained in:
@@ -101,7 +101,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
|||||||
return this.keyHash;
|
return this.keyHash;
|
||||||
}
|
}
|
||||||
|
|
||||||
const keyHash = await this.secureStorageService.get<string>(Keys.keyHash);
|
const keyHash = await this.storageService.get<string>(Keys.keyHash);
|
||||||
if (keyHash != null) {
|
if (keyHash != null) {
|
||||||
this.keyHash = keyHash;
|
this.keyHash = keyHash;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user