mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
Return the correct value for valid biometric (#1037)
This commit is contained in:
parent
ae28de4159
commit
f95cddd05a
@ -71,7 +71,7 @@ namespace Bit.Droid.Services
|
||||
CreateKey();
|
||||
}
|
||||
|
||||
return Task.FromResult(false);
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
|
||||
private void CreateKey()
|
||||
|
Loading…
Reference in New Issue
Block a user