mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 00:54:59 +00:00
ux: add a toggle button to reveal password
This commit is contained in:
parent
c16bed1d9f
commit
51a68027c8
2 changed files with 19 additions and 1 deletions
|
@ -62,7 +62,15 @@
|
|||
Height="32"
|
||||
Text="{Binding Passphrase, Mode=TwoWay}"
|
||||
PasswordChar="*"
|
||||
HorizontalAlignment="Stretch"/>
|
||||
RevealPassword="{Binding ShowPassword, Mode=OneWay}"
|
||||
HorizontalAlignment="Stretch">
|
||||
<TextBox.InnerRightContent>
|
||||
<ToggleButton Grid.Column="6"
|
||||
Classes="toggle_untracked"
|
||||
Width="26" Height="14"
|
||||
IsChecked="{Binding ShowPassword, Mode=TwoWay}"/>
|
||||
</TextBox.InnerRightContent>
|
||||
</TextBox>
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
|
||||
<Button Classes="flat primary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue