forked from Public/monero-gui
WizardAskPassword: clean password fields when clicking on Back button
This commit is contained in:
@@ -67,6 +67,9 @@ Rectangle {
|
||||
progress: 1
|
||||
btnNext.enabled: passwordFields.calcStrengthAndVerify();
|
||||
onPrevClicked: {
|
||||
passwordFields.password = "";
|
||||
passwordFields.passwordConfirm = "";
|
||||
|
||||
wizardStateView.state = "wizardRestoreWallet1";
|
||||
}
|
||||
onNextClicked: {
|
||||
|
||||
Reference in New Issue
Block a user