aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet2.qml
diff options
context:
space:
mode:
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 {