mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
face id strings
This commit is contained in:
@@ -88,7 +88,8 @@ namespace Bit.App.Pages
|
||||
|
||||
if(FingerprintLock)
|
||||
{
|
||||
FingerprintButtonText = AppResources.UseFingerprintToUnlock; // TODO: FaceID text
|
||||
FingerprintButtonText = _deviceActionService.SupportsFaceId() ? AppResources.UseFaceIDToUnlock :
|
||||
AppResources.UseFingerprintToUnlock;
|
||||
var tasks = Task.Run(async () =>
|
||||
{
|
||||
await Task.Delay(500);
|
||||
|
||||
Reference in New Issue
Block a user