mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-15 15:07:26 -04:00
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