mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
clear org key cache when setting
This commit is contained in:
parent
2d612b07de
commit
3bc81ca450
@ -76,6 +76,7 @@ export class CryptoService implements CryptoServiceAbstraction {
|
||||
orgKeys[org.id] = org.key;
|
||||
});
|
||||
|
||||
this.orgKeys = null;
|
||||
return this.storageService.save(Keys.encOrgKeys, orgKeys);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user