forked from Public/monero-gui
wizard: clear password field after wallet creation
This commit is contained in:
@@ -77,6 +77,8 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
onNextClicked: {
|
||||
wizardController.wizardStateView.wizardCreateWallet2View.pwField = "";
|
||||
wizardController.wizardStateView.wizardCreateWallet2View.pwConfirmField = "";
|
||||
wizardController.writeWallet(function() {
|
||||
wizardController.useMoneroClicked();
|
||||
wizardController.walletOptionsIsRecoveringFromDevice = false;
|
||||
|
||||
Reference in New Issue
Block a user