From: Olivier Goffart Date: Tue, 6 Jun 2017 12:19:24 +0000 (+0200) Subject: OAuth: Fix the secret to the one from commit 05fd985f9f in the oauth2 repository X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~710^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63c40b45e4153980599aa412c090f671158eeca8;p=nextcloud-desktop.git OAuth: Fix the secret to the one from commit 05fd985f9f in the oauth2 repository https://github.com/owncloud/oauth2/commit/05fd985f9fb58d7d2305ce2db6fe24fe6fc08c79 --- diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 55c44db81..3c30a797a 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -510,7 +510,7 @@ QString Theme::oauthClientId() const QString Theme::oauthClientSecret() const { - return "e4rAsNUSIUs0lF4nbv9FmCeUkTlV9GdgTLDH1b5uie7syb90SzEVrbN7HIpmWJeD"; + return "UBntmLjC2yYCeHwsyj73Uwo9TAaecAetRwMw0xYcvNL9yRdLSUi0hUAHfvCHFeFh"; }