mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
FIDO2 WebAuthn support for mobile (#1519)
* FIDO2 / WebAuthn support for mobile * fixes
This commit is contained in:
@@ -129,9 +129,9 @@ namespace Bit.App.Services
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool SupportsU2f()
|
||||
public bool SupportsFido2()
|
||||
{
|
||||
return false;
|
||||
return _deviceActionService.SupportsFido2();
|
||||
}
|
||||
|
||||
public void ShowToast(string type, string title, string text, Dictionary<string, object> options = null)
|
||||
|
||||
Reference in New Issue
Block a user