mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
dot for fallback text. resolves #531
This commit is contained in:
@@ -261,7 +261,8 @@ namespace Bit.App.Pages
|
||||
}
|
||||
else if(await _platformUtilsService.SupportsFingerprintAsync())
|
||||
{
|
||||
_fingerprint = await _platformUtilsService.AuthenticateFingerprintAsync();
|
||||
_fingerprint = await _platformUtilsService.AuthenticateFingerprintAsync(null,
|
||||
_deviceActionService.DeviceType == Core.Enums.DeviceType.Android ? "." : null);
|
||||
}
|
||||
if(_fingerprint == current)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user