Update launcher/ui/dialogs/MSALoginDialog.cpp
Co-authored-by: Tayou <git@tayou.org> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
8897f16d1d
commit
54187a505f
@ -109,8 +109,8 @@ void MSALoginDialog::showVerificationUriAndCode(const QUrl& uri, const QString&
|
|||||||
urlString += QString("?otc=%1").arg(code);
|
urlString += QString("?otc=%1").arg(code);
|
||||||
DesktopServices::openUrl(urlString);
|
DesktopServices::openUrl(urlString);
|
||||||
ui->label->setText(
|
ui->label->setText(
|
||||||
tr("<p>Please login in the opened browser. If no browser was opened please follow the following instructions:</p>"
|
tr("<p>Please login in the opened browser. If no browser was opened please open up %1 in "
|
||||||
"<p>Please open up %1 in a browser and put in the code <b>%2</b> to proceed with login.</p>")
|
"a browser and put in the code <b>%2</b> to proceed with login.</p>")
|
||||||
.arg(linkString, code));
|
.arg(linkString, code));
|
||||||
} else {
|
} else {
|
||||||
ui->label->setText(
|
ui->label->setText(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user