fix debug line

This commit is contained in:
Martin Rotter 2021-02-23 08:59:21 +01:00
parent 1fb64ae544
commit 5d6484a657

View File

@ -332,7 +332,7 @@ void OAuth2Service::retrieveAuthCode() {
m_id); m_id);
// We run login URL in external browser, response is caught by light HTTP server. // We run login URL in external browser, response is caught by light HTTP server.
if (qApp->web()->openUrlInExternalBrowser(auth_url)) { if (!qApp->web()->openUrlInExternalBrowser(auth_url)) {
MessageBox::show(qApp->mainFormWidget(), MessageBox::show(qApp->mainFormWidget(),
QMessageBox::Icon::Question, QMessageBox::Icon::Question,
tr("Navigate to website"), tr("Navigate to website"),