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
1 changed files with 2 additions and 1 deletions

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