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