mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-16 03:07:26 -04:00
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