Added simple handle of EMAIL_NOT_SETUP error from email login section.
This commit is contained in:
@@ -107,6 +107,12 @@ void LoginEmail::setupContent() {
|
||||
newInput->setFocus();
|
||||
newInput->showError();
|
||||
newInput->selectAll();
|
||||
} else if (type == u"EMAIL_NOT_SETUP"_q) {
|
||||
error->show();
|
||||
error->setText(Lang::Hard::ServerError());
|
||||
newInput->setFocus();
|
||||
newInput->showError();
|
||||
newInput->selectAll();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user