mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +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();
|
CreateKey();
|
||||||
}
|
}
|
||||||
|
|
||||||
return Task.FromResult(false);
|
return Task.FromResult(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CreateKey()
|
private void CreateKey()
|
||||||
|
|
Loading…
Reference in a new issue