mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
clear org key cache
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user