mirror of
https://github.com/bitwarden/mobile
synced 2025-12-31 07:33:46 +00:00
fingerprint unlock
This commit is contained in:
@@ -59,5 +59,13 @@ namespace Bit.App.Pages
|
||||
await _vm.LogOutAsync();
|
||||
}
|
||||
}
|
||||
|
||||
private async void Fingerprint_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
if(DoOnce())
|
||||
{
|
||||
await _vm.PromptFingerprintAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user