mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-16 18:27:26 -04:00
wizard: clear password field after wallet creation
This commit is contained in:
@@ -104,7 +104,6 @@ ColumnLayout {
|
||||
labelFontSize: 14
|
||||
password: true
|
||||
labelText: qsTr("Password") + translationManager.emptyString
|
||||
text: walletOptionsPassword
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
@@ -170,7 +169,6 @@ ColumnLayout {
|
||||
labelFontSize: 14
|
||||
passwordLinked: passwordInput
|
||||
labelText: qsTr("Password (confirm)") + translationManager.emptyString
|
||||
text: walletOptionsPassword
|
||||
onTextChanged:{
|
||||
if (passwordInputConfirm.text.length == passwordInput.text.length) {
|
||||
firstUserInput = false;
|
||||
|
||||
Reference in New Issue
Block a user