lint
This commit is contained in:
parent
622a9f709b
commit
77002f17c8
4 changed files with 9 additions and 5 deletions
|
|
@ -405,7 +405,9 @@ void
|
|||
RegisterPage::onRegisterButtonClicked()
|
||||
{
|
||||
if (!checkFields()) {
|
||||
showError(error_label_, tr("One or more fields have invalid inputs. Please correct those issues and try again."));
|
||||
showError(error_label_,
|
||||
tr("One or more fields have invalid inputs. Please correct those issues "
|
||||
"and try again."));
|
||||
return;
|
||||
} else {
|
||||
auto username = username_input_->text().toStdString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue