fix password being shown below the icon instead of username

This commit is contained in:
2025-12-11 23:48:53 +03:00
parent 4600647db6
commit f2e9dc7285

View File

@@ -79,7 +79,7 @@
<TextBlock Text="{Binding Name}"
HorizontalAlignment="Center"
Foreground="Black" />
<TextBlock Text="{Binding Password.Value}"
<TextBlock Text="{Binding Username.Value}"
Foreground="#666"
HorizontalAlignment="Center" />
</StackPanel>