mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
fingerprint icon on extension lock page
This commit is contained in:
@@ -59,6 +59,11 @@ namespace Bit.iOS.Extension
|
||||
LoadingController.CompleteRequest(null);
|
||||
}
|
||||
|
||||
partial void FingerprintButton_TouchUpInside(UIButton sender)
|
||||
{
|
||||
var task = CheckFingerprintAsync();
|
||||
}
|
||||
|
||||
public async Task CheckFingerprintAsync()
|
||||
{
|
||||
var result = await _fingerprint.AuthenticateAsync("Use your fingerprint to verify.");
|
||||
|
||||
Reference in New Issue
Block a user