diff --git a/src/Core/Pages/Accounts/TwoFactorPage.xaml b/src/Core/Pages/Accounts/TwoFactorPage.xaml index 7133744cf..7f953d901 100644 --- a/src/Core/Pages/Accounts/TwoFactorPage.xaml +++ b/src/Core/Pages/Accounts/TwoFactorPage.xaml @@ -93,7 +93,8 @@ IsSpellCheckEnabled="False" IsTextPredictionEnabled="False" ReturnType="Go" - ReturnCommand="{Binding SubmitCommand}" /> + ReturnCommand="{Binding SubmitCommand}" + TextChanged="Token_TextChanged" />