mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 08:27:25 -04:00
WizardAskPassword: clean password fields when clicking on Back button
This commit is contained in:
@@ -64,6 +64,9 @@ Rectangle {
|
||||
progress: 1
|
||||
btnNext.enabled: passwordFields.calcStrengthAndVerify();
|
||||
onPrevClicked: {
|
||||
passwordFields.password = "";
|
||||
passwordFields.passwordConfirm = "";
|
||||
|
||||
if(wizardController.walletOptionsIsRecoveringFromDevice){
|
||||
wizardStateView.state = "wizardCreateDevice1";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user