mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +00:00
Wizard: clear confirm password on init
This commit is contained in:
parent
8563d7fa61
commit
3b06ca4b17
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ PageSetPassword::PageSetPassword(WizardFields *fields, QWidget *parent)
|
|||
void PageSetPassword::initializePage() {
|
||||
this->setTitle(m_fields->modeText);
|
||||
ui->line_password->setText("");
|
||||
ui->line_password->setText("");
|
||||
ui->line_confirmPassword->setText("");
|
||||
}
|
||||
|
||||
bool PageSetPassword::validatePage() {
|
||||
|
|
Loading…
Reference in a new issue