always set backing key values
This commit is contained in:
parent
ed5b6962d7
commit
7fd5209cdb
|
@ -65,9 +65,10 @@ namespace Bit.App.Services
|
|||
{
|
||||
PreviousKey = _key;
|
||||
_secureStorage.Delete(KeyKey);
|
||||
_key = null;
|
||||
_legacyEtmKey = null;
|
||||
}
|
||||
|
||||
_key = value;
|
||||
_legacyEtmKey = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue