mirror of
https://github.com/bitwarden/mobile
synced 2025-01-01 11:38:11 +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))
|
else if(_settings.Contains(OrgKeysKey))
|
||||||
{
|
{
|
||||||
_settings.Remove(OrgKeysKey);
|
_settings.Remove(OrgKeysKey);
|
||||||
_orgKeys = null;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
_orgKeys = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_orgKeys = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public SymmetricCryptoKey GetOrgKey(string orgId)
|
public SymmetricCryptoKey GetOrgKey(string orgId)
|
||||||
|
Loading…
Reference in New Issue
Block a user