mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-06-28 17:53:49 +02:00
make passphrase entry a masked password field
This commit is contained in:
parent
7bc8bdc13e
commit
c27a576b3d
@ -302,7 +302,7 @@ public class DevicePane extends TitledDescriptionPane {
|
||||
}
|
||||
|
||||
private Node getPassphraseEntry() {
|
||||
CustomTextField passphraseField = (CustomTextField)TextFields.createClearableTextField();
|
||||
CustomPasswordField passphraseField = (CustomPasswordField)TextFields.createClearablePasswordField();
|
||||
passphrase.bind(passphraseField.textProperty());
|
||||
HBox.setHgrow(passphraseField, Priority.ALWAYS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user