Hide token in client app

This commit is contained in:
2021-06-08 22:54:40 +02:00
parent 8b8447649a
commit 01a54f32af

View File

@@ -35,7 +35,8 @@
RelativePanel.RightOf="TxtToken"
RelativePanel.AlignRightWithPanel="True"
RelativePanel.AlignLeftWith="BoxName"
RelativePanel.AlignVerticalCenterWith="TxtToken" />
RelativePanel.AlignVerticalCenterWith="TxtToken"
PasswordChar="*" />
<TextBlock x:Name="TxtMode"
RelativePanel.Below="TxtToken"