From cab2b261b581026736d07c024564b9e1f162a972 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 1 Jun 2019 22:27:08 -0400 Subject: [PATCH] do not request focus on yubikey --- src/App/Pages/Accounts/TwoFactorPage.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) 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); }); }