diff --git a/src/App/Pages/Accounts/TwoFactorPage.xaml b/src/App/Pages/Accounts/TwoFactorPage.xaml index 04c5a67fd..a253be5d9 100644 --- a/src/App/Pages/Accounts/TwoFactorPage.xaml +++ b/src/App/Pages/Accounts/TwoFactorPage.xaml @@ -76,6 +76,9 @@ x:Name="_yubikeyTokenEntry" Text="{Binding Token}" StyleClass="box-value" + IsPassword="True" + IsSpellCheckEnabled="False" + IsTextPredictionEnabled="False" ReturnType="Go" ReturnCommand="{Binding SubmitCommand}" />