diff --git a/src/App/Pages/Accounts/TwoFactorPage.xaml.cs b/src/App/Pages/Accounts/TwoFactorPage.xaml.cs index 92f23ebc1..214db64a7 100644 --- a/src/App/Pages/Accounts/TwoFactorPage.xaml.cs +++ b/src/App/Pages/Accounts/TwoFactorPage.xaml.cs @@ -74,10 +74,6 @@ namespace Bit.App.Pages { RequestFocus(_totpEntry); } - else if(_vm.YubikeyMethod) - { - RequestFocus(_yubikeyTokenEntry); - } return Task.FromResult(0); }); }