aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet2.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-11-27 19:06:22 +0100
committerrating89us <45968869+rating89us@users.noreply.github.com>2021-11-27 19:50:09 +0100
commit843536c7a140c45f56d23c9e5e13ec31c95428a2 (patch)
tree763dee2b98a0b5f4174bfd769c528857455f4ea5 /wizard/WizardCreateWallet2.qml
parentc72729fa5db0d018b0929866fb847ac99e05086f (diff)
downloadmonzero-gui-843536c7a140c45f56d23c9e5e13ec31c95428a2.tar.gz
monzero-gui-843536c7a140c45f56d23c9e5e13ec31c95428a2.tar.xz
monzero-gui-843536c7a140c45f56d23c9e5e13ec31c95428a2.zip
WizardAskPassword: clean password fields when clicking on Back button
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
-rw-r--r--wizard/WizardCreateWallet2.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml
index c2e6736b..74fb1df0 100644
--- a/wizard/WizardCreateWallet2.qml
+++ b/wizard/WizardCreateWallet2.qml
@@ -64,6 +64,9 @@ Rectangle {
progress: 1
btnNext.enabled: passwordFields.calcStrengthAndVerify();
onPrevClicked: {
+ passwordFields.password = "";
+ passwordFields.passwordConfirm = "";
+
if(wizardController.walletOptionsIsRecoveringFromDevice){
wizardStateView.state = "wizardCreateDevice1";
} else {