forked from Public/monero-gui
wizard: clear password field after wallet creation
This commit is contained in:
@@ -77,6 +77,8 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
onNextClicked: {
|
||||
wizardController.wizardStateView.wizardRestoreWallet2View.pwField = "";
|
||||
wizardController.wizardStateView.wizardRestoreWallet2View.pwConfirmField = "";
|
||||
wizardController.recoveryWallet();
|
||||
wizardController.writeWallet(function() {
|
||||
wizardController.useMoneroClicked();
|
||||
|
||||
Reference in New Issue
Block a user