From 5b756aaf7a607e7507982d9f7bab6c3c88e7b2fb Mon Sep 17 00:00:00 2001 From: Dinis Vieira Date: Fri, 1 Dec 2023 16:49:14 +0000 Subject: [PATCH] PM-3349 PM-3350 Added the ability for users to press "Continue" button as a fallback when using the Yubikey if the "SubmitCommand" doesn't trigger automatically. --- src/Core/Pages/Accounts/TwoFactorPage.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" />