Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduvert committed Dec 31, 2023
1 parent fca7ee6 commit bf93ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/ui/dialogs/MSALoginDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ void MSALoginDialog::showVerificationUriAndCode(const QUrl& uri, const QString&
QUrl url = QUrl(uri);
QUrlQuery otcQuery = QUrlQuery(url);
otcQuery.addQueryItem(QString("otc"), code);
url.setQuery(otcQuery);

QString urlString = url.toString();
QString linkString = QString("<a href=\"%1\">%2</a>").arg(urlString, urlString);
Expand Down

0 comments on commit bf93ac6

Please sign in to comment.