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:
@@ -221,7 +221,6 @@ namespace Bit.App.Services
|
||||
}
|
||||
var fingerprintRequest = new AuthenticationRequestConfiguration(text)
|
||||
{
|
||||
AllowAlternativeAuthentication = true,
|
||||
CancelTitle = AppResources.Cancel,
|
||||
FallbackTitle = fallbackText
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user