We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89580b commit 31aeaf7Copy full SHA for 31aeaf7
src/libsync/creds/oauth.cpp
@@ -375,7 +375,6 @@ void OAuth::fetchWellKnown()
375
376
void OAuth::openBrowser()
377
{
378
- _account->clearCookieJar(); // #6574
379
authorisationLinkAsync([this](const QUrl &link) {
380
if (!QDesktopServices::openUrl(link)) {
381
qCWarning(lcOauth) << "QDesktopServices::openUrl Failed";
0 commit comments