commit
5a541d6248
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ void MainWindow::loginError(Response::ResponseCode r, QString reasonStr, quint32
|
||||||
break;
|
break;
|
||||||
case Response::RespAccountNotActivated: {
|
case Response::RespAccountNotActivated: {
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
QString token = QInputDialog::getText(this, tr("Account activation"), tr("Your account has not been activated yet.\n You need to provide the activation token received in the activation email"), QLineEdit::Normal, QString(), &ok);
|
QString token = QInputDialog::getText(this, tr("Account activation"), tr("Your account has not been activated yet.\nYou need to provide the activation token received in the activation email"), QLineEdit::Normal, QString(), &ok);
|
||||||
if(ok && !token.isEmpty())
|
if(ok && !token.isEmpty())
|
||||||
{
|
{
|
||||||
client->activateToServer(token);
|
client->activateToServer(token);
|
||||||
|
|
Loading…
Reference in a new issue