Also prevent logging of passphrase length in first time wizard
This commit is contained in:
@@ -183,7 +183,7 @@ NewOrRestorePage::NewOrRestorePage(FirstTimeWizard *parent) : QWizardPage(parent
|
||||
parent->button(QWizard::NextButton)->setEnabled(false);
|
||||
|
||||
int length = passphrase.length();
|
||||
qDebug() << __func__ << ": passphrase length=" << length;
|
||||
//qDebug() << __func__ << ": passphrase length=" << length;
|
||||
|
||||
char *sequence = NULL;
|
||||
sequence = new char[length+1];
|
||||
|
||||
Reference in New Issue
Block a user