mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-29 12:55:21 +01:00
fix: getOrgKeys returning null
This commit is contained in:
parent
2f855dd37a
commit
04232fe94a
@ -311,7 +311,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
||||
|
||||
const encOrgKeyData = await this.stateService.getEncryptedOrganizationKeys();
|
||||
if (encOrgKeyData == null) {
|
||||
return null;
|
||||
return result;
|
||||
}
|
||||
|
||||
let setKey = false;
|
||||
|
Loading…
Reference in New Issue
Block a user