1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

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

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);
}