encyption wip
This commit is contained in:
@@ -12,7 +12,15 @@
|
||||
Margin="0,0,0,18"
|
||||
Text="{Binding Name}"
|
||||
Watermark="Enter vault name" />
|
||||
<TextBox Margin="0,0,0,18" Watermark="Enter password" />
|
||||
<TextBox Watermark="Confirm password" />
|
||||
<TextBox
|
||||
Margin="0,0,0,18"
|
||||
Classes="revealPasswordButton"
|
||||
PasswordChar="●"
|
||||
Text="{Binding Password}"
|
||||
Watermark="Enter password" />
|
||||
<TextBox
|
||||
Classes="revealPasswordButton"
|
||||
PasswordChar="●"
|
||||
Watermark="Confirm password" />
|
||||
</StackPanel>
|
||||
</ContentDialog>
|
||||
|
||||
Reference in New Issue
Block a user