1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

don't allow device PIN fallback

This commit is contained in:
Kyle Spearrin
2019-07-22 23:34:39 -04:00
parent ae52922698
commit 0d6cc91b67
2 changed files with 1 additions and 2 deletions

View File

@@ -221,7 +221,6 @@ namespace Bit.App.Services
}
var fingerprintRequest = new AuthenticationRequestConfiguration(text)
{
AllowAlternativeAuthentication = true,
CancelTitle = AppResources.Cancel,
FallbackTitle = fallbackText
};