clear org key cache when setting

This commit is contained in:
Kyle Spearrin 2018-09-10 09:41:53 -04:00
parent 2d612b07de
commit 3bc81ca450
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ export class CryptoService implements CryptoServiceAbstraction {
orgKeys[org.id] = org.key;
});
this.orgKeys = null;
return this.storageService.save(Keys.encOrgKeys, orgKeys);
}