mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
fixed bug in crypto service where field was not being returned when set.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Bit.App.Services
|
|||||||
{
|
{
|
||||||
if(_keyParameter != null)
|
if(_keyParameter != null)
|
||||||
{
|
{
|
||||||
_keyParameter.GetKey();
|
return _keyParameter.GetKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
var storedKey = _secureStorage.Retrieve(KeyKey);
|
var storedKey = _secureStorage.Retrieve(KeyKey);
|
||||||
|
|||||||
Reference in New Issue
Block a user