mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
yubikey token entry is password field
This commit is contained in:
parent
41263f3419
commit
3d8056704c
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@
|
||||||
x:Name="_yubikeyTokenEntry"
|
x:Name="_yubikeyTokenEntry"
|
||||||
Text="{Binding Token}"
|
Text="{Binding Token}"
|
||||||
StyleClass="box-value"
|
StyleClass="box-value"
|
||||||
|
IsPassword="True"
|
||||||
|
IsSpellCheckEnabled="False"
|
||||||
|
IsTextPredictionEnabled="False"
|
||||||
ReturnType="Go"
|
ReturnType="Go"
|
||||||
ReturnCommand="{Binding SubmitCommand}" />
|
ReturnCommand="{Binding SubmitCommand}" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
Loading…
Reference in a new issue