mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
Return the correct value for valid biometric (#1037)
This commit is contained in:
parent
ae28de4159
commit
f95cddd05a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace Bit.Droid.Services
|
|||
CreateKey();
|
||||
}
|
||||
|
||||
return Task.FromResult(false);
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
|
||||
private void CreateKey()
|
||||
|
|
Loading…
Reference in a new issue