From 3d8056704c817630a7b7c6f541fe2adb2d8bce66 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 25 Jul 2019 16:10:46 -0400 Subject: [PATCH] yubikey token entry is password field --- src/App/Pages/Accounts/TwoFactorPage.xaml | 3 +++ 1 file changed, 3 insertions(+) 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}" />