Skip to content

Commit 31aeaf7

Browse files
committed
Don't clear cookies during oauth
The cookies are required by the load balancer and there for a reason. Since owncloud#6574 we fixed the back button in owncloud#8056 . Fixes: owncloud#8072
1 parent f89580b commit 31aeaf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsync/creds/oauth.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ void OAuth::fetchWellKnown()
375375

376376
void OAuth::openBrowser()
377377
{
378-
_account->clearCookieJar(); // #6574
379378
authorisationLinkAsync([this](const QUrl &link) {
380379
if (!QDesktopServices::openUrl(link)) {
381380
qCWarning(lcOauth) << "QDesktopServices::openUrl Failed";

0 commit comments

Comments
 (0)