From 63c40b45e4153980599aa412c090f671158eeca8 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 6 Jun 2017 14:19:24 +0200 Subject: [PATCH] OAuth: Fix the secret to the one from commit 05fd985f9f in the oauth2 repository https://github.com/owncloud/oauth2/commit/05fd985f9fb58d7d2305ce2db6fe24fe6fc08c79 --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.30.2