1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

dot for fallback text. resolves #531

This commit is contained in:
Kyle Spearrin 2019-06-12 22:21:47 -04:00
parent 0b56dd2795
commit b13d2f7f91

View File

@ -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)
{