wizard: clear password field after wallet creation

This commit is contained in:
selsta
2021-12-11 19:20:40 +01:00
parent bddb9b0050
commit 2566f445b2
7 changed files with 13 additions and 8 deletions

View File

@@ -296,6 +296,8 @@ Rectangle {
btnNext.enabled: wizardRestoreWallet1.verify();
btnPrev.text: qsTr("Back to menu") + translationManager.emptyString
onPrevClicked: {
wizardController.wizardStateView.wizardRestoreWallet2View.pwField = "";
wizardController.wizardStateView.wizardRestoreWallet2View.pwConfirmField = "";
wizardStateView.state = "wizardHome";
}
onNextClicked: {