mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
clear org key cache
This commit is contained in:
parent
43bae6c05b
commit
62add53c08
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user