mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
face id strings
This commit is contained in:
@@ -207,8 +207,8 @@ namespace Bit.App.Services
|
||||
{
|
||||
if(text == null)
|
||||
{
|
||||
text = AppResources.FingerprintDirection;
|
||||
// TODO: face id direction
|
||||
text = _deviceActionService.SupportsFaceId() ? AppResources.FaceIDDirection :
|
||||
AppResources.FingerprintDirection;
|
||||
}
|
||||
var fingerprintRequest = new AuthenticationRequestConfiguration(text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user