aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet2.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-01-01 12:49:38 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-01-01 12:49:38 -0500
commitd0950499da870f6bfa6c6124e40e44a6e27ac804 (patch)
tree400beb7d6d1e2b98b9306513a31870bd9ccee898 /wizard/WizardCreateWallet2.qml
parent56df20ba278341575998d133144c7df37c394747 (diff)
parent2566f445b2f9e9161ad996f6d18a2917cf27a6c9 (diff)
downloadmonzero-gui-d0950499da870f6bfa6c6124e40e44a6e27ac804.tar.gz
monzero-gui-d0950499da870f6bfa6c6124e40e44a6e27ac804.tar.xz
monzero-gui-d0950499da870f6bfa6c6124e40e44a6e27ac804.zip
Merge pull request #3795
2566f44 wizard: clear password field after wallet creation (selsta)
Diffstat (limited to 'wizard/WizardCreateWallet2.qml')
-rw-r--r--wizard/WizardCreateWallet2.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml
index 74fb1df0..72a8f71a 100644
--- a/wizard/WizardCreateWallet2.qml
+++ b/wizard/WizardCreateWallet2.qml
@@ -38,6 +38,8 @@ Rectangle {
color: "transparent"
property alias pageHeight: pageRoot.height
property string viewName: "wizardCreateWallet2"
+ property alias pwField: passwordFields.password
+ property alias pwConfirmField: passwordFields.passwordConfirm
ColumnLayout {
id: pageRoot
@@ -64,9 +66,6 @@ Rectangle {
progress: 1
btnNext.enabled: passwordFields.calcStrengthAndVerify();
onPrevClicked: {
- passwordFields.password = "";
- passwordFields.passwordConfirm = "";
-
if(wizardController.walletOptionsIsRecoveringFromDevice){
wizardStateView.state = "wizardCreateDevice1";
} else {