Add Password watermark to open wallet screen
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
Width="360"
|
||||
Classes="revealPasswordButton"
|
||||
PasswordChar="●"
|
||||
Text="{Binding Password}">
|
||||
Text="{Binding Password}"
|
||||
Watermark="Password">
|
||||
<Interaction.Behaviors>
|
||||
<KeyBindingTriggerBehaviour Gesture="Enter" IsEnabled="{Binding Password, Converter={x:Static StringConverters.IsNotNullOrEmpty}}">
|
||||
<InvokeCommandAction Command="{Binding InvokeCommand}" />
|
||||
|
||||
Reference in New Issue
Block a user