mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 03:14:49 +00:00
keep code visible, just in case
This commit is contained in:
parent
bf93ac6f0b
commit
2012b8dfd6
@ -90,7 +90,7 @@ void MSALoginDialog::showVerificationUriAndCode(const QUrl& uri, const QString&
|
||||
|
||||
QString urlString = url.toString();
|
||||
QString linkString = QString("<a href=\"%1\">%2</a>").arg(urlString, urlString);
|
||||
ui->label->setText(tr("<p>Please open up %1 in a browser to proceed with login.</p>").arg(linkString));
|
||||
ui->label->setText(tr("<p>Please open up %1 in a browser to proceed with login. (Code: <b>%2</b>)</p>").arg(linkString, code));
|
||||
|
||||
m_code = code;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user