diff --git a/src/App/Pages/Accounts/TwoFactorPageViewModel.cs b/src/App/Pages/Accounts/TwoFactorPageViewModel.cs index 142919a7c..094434055 100644 --- a/src/App/Pages/Accounts/TwoFactorPageViewModel.cs +++ b/src/App/Pages/Accounts/TwoFactorPageViewModel.cs @@ -160,7 +160,7 @@ namespace Bit.App.Pages { _messagingService.Send("listenYubiKeyOTP", false); } - if(DuoMethod) + if(SelectedProviderType == null || DuoMethod) { page.RemoveContinueButton(); }