1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00

clear org key cache

This commit is contained in:
Kyle Spearrin 2017-08-30 22:15:10 -04:00
parent 43bae6c05b
commit 62add53c08

View File

@ -203,12 +203,9 @@ namespace Bit.App.Services
else if(_settings.Contains(OrgKeysKey))
{
_settings.Remove(OrgKeysKey);
_orgKeys = null;
}
else
{
_orgKeys = null;
}
_orgKeys = null;
}
public SymmetricCryptoKey GetOrgKey(string orgId)