diff --git a/src/Android/Services/DeviceActionService.cs b/src/Android/Services/DeviceActionService.cs index 68523ca77..45fd32f27 100644 --- a/src/Android/Services/DeviceActionService.cs +++ b/src/Android/Services/DeviceActionService.cs @@ -776,6 +776,11 @@ namespace Bit.Droid.Services _messagingService.Send("finishMainActivity"); } + public bool SupportsFido2() + { + return true; + } + private bool DeleteDir(Java.IO.File dir) { if (dir != null && dir.IsDirectory) diff --git a/src/App/Abstractions/IDeviceActionService.cs b/src/App/Abstractions/IDeviceActionService.cs index 2f32a7da9..3c78759ba 100644 --- a/src/App/Abstractions/IDeviceActionService.cs +++ b/src/App/Abstractions/IDeviceActionService.cs @@ -45,5 +45,6 @@ namespace Bit.App.Abstractions bool UsingDarkTheme(); long GetActiveTime(); void CloseMainApp(); + bool SupportsFido2(); } } diff --git a/src/App/Pages/Accounts/LoginPage.xaml b/src/App/Pages/Accounts/LoginPage.xaml index e43026992..1363785ce 100644 --- a/src/App/Pages/Accounts/LoginPage.xaml +++ b/src/App/Pages/Accounts/LoginPage.xaml @@ -82,7 +82,7 @@ -