diff --git a/src/App/Pages/Accounts/TwoFactorPage.xaml.cs b/src/App/Pages/Accounts/TwoFactorPage.xaml.cs index 3218eb141..e3fae6c8d 100644 --- a/src/App/Pages/Accounts/TwoFactorPage.xaml.cs +++ b/src/App/Pages/Accounts/TwoFactorPage.xaml.cs @@ -57,7 +57,7 @@ namespace Bit.App.Pages { var token = (string)message.Data; if(_vm.YubikeyMethod && !string.IsNullOrWhiteSpace(token) && - token.Length > 40 && !token.Contains(" ")) + token.Length == 44 && !token.Contains(" ")) { Device.BeginInvokeOnMainThread(async () => {