dot for fallback text. resolves #531
This commit is contained in:
parent
0b56dd2795
commit
b13d2f7f91
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue