FreakyAli / Plugin.Maui.Biometric

A biometric plugin for .NET MAUI
MIT License
80 stars 10 forks source link

Android force set Negative text, Ignore value in AllowPasswordAuth #13

Open jvicius opened 1 week ago

jvicius commented 1 week ago

Plugin throw error in Android for Negative Text, i set AllowPasswordAuth = false, but the error continues.

var authenticationRequest = new AuthenticationRequest { AllowPasswordAuth = false, // A chance to fallback to password auth Title = "RoofHub", // On iOS only the title is relevant, everything else is unused. Subtitle = "", Description = Services.Localization.GetValue("EnableBiometrics_Enable"), AuthStrength = AuthenticatorStrength.Strong // Only relevant on Android };

FreakyAli commented 15 hours ago

did you check the error message that is thrown?