OAuth: Fix the secret to the one from commit 05fd985f9f in the oauth2 repository
authorOlivier Goffart <ogoffart@woboq.com>
Tue, 6 Jun 2017 12:19:24 +0000 (14:19 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Tue, 6 Jun 2017 12:49:34 +0000 (14:49 +0200)
https://github.com/owncloud/oauth2/commit/05fd985f9fb58d7d2305ce2db6fe24fe6fc08c79

src/libsync/theme.cpp

index 55c44db817e2fd3008242e7f7b6a48650ff45b58..3c30a797a0fa443ed628c47fc3a8ff1fd3899572 100644 (file)
@@ -510,7 +510,7 @@ QString Theme::oauthClientId() const
 
 QString Theme::oauthClientSecret() const
 {
-    return "e4rAsNUSIUs0lF4nbv9FmCeUkTlV9GdgTLDH1b5uie7syb90SzEVrbN7HIpmWJeD";
+    return "UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh";
 }