mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
dot for fallback text. resolves #531
This commit is contained in:
parent
0b56dd2795
commit
b13d2f7f91
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue