WizardAskPassword: clean password fields when clicking on Back button

This commit is contained in:
rating89us
2021-11-27 19:06:22 +01:00
parent c72729fa5d
commit 843536c7a1
3 changed files with 7 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ Rectangle {
progress: 1
btnNext.enabled: passwordFields.calcStrengthAndVerify();
onPrevClicked: {
passwordFields.password = "";
passwordFields.passwordConfirm = "";
if(wizardController.walletOptionsIsRecoveringFromDevice){
wizardStateView.state = "wizardCreateDevice1";
} else {