mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
always set backing key values
This commit is contained in:
@@ -65,9 +65,10 @@ namespace Bit.App.Services
|
||||
{
|
||||
PreviousKey = _key;
|
||||
_secureStorage.Delete(KeyKey);
|
||||
_key = null;
|
||||
_legacyEtmKey = null;
|
||||
}
|
||||
|
||||
_key = value;
|
||||
_legacyEtmKey = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user