Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim Gulam Ali authored and Hakim Gulam Ali committed Dec 13, 2024
1 parent 55beb31 commit 0396292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.Maui.Biometric/Samples/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private async void OnCounterClicked(object sender, EventArgs e)
Console.WriteLine(item.ToString());
}
//get current status of the hardware
var result = await biometric.GetAuthenticationStatusAsync(AuthenticatorStrength.Weak);
var result = await biometric.GetAuthenticationStatusAsync();
if (result == BiometricHwStatus.Success)
{
var req = new AuthenticationRequest()
Expand Down

0 comments on commit 0396292

Please sign in to comment.