yubikey token entry is password field

This commit is contained in:
Kyle Spearrin 2019-07-25 16:10:46 -04:00
parent 41263f3419
commit 3d8056704c
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@
x:Name="_yubikeyTokenEntry"
Text="{Binding Token}"
StyleClass="box-value"
IsPassword="True"
IsSpellCheckEnabled="False"
IsTextPredictionEnabled="False"
ReturnType="Go"
ReturnCommand="{Binding SubmitCommand}" />
</StackLayout>