From 45a5634acf28b9a60a83b545c51057c25e7eb365 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Wed, 7 Apr 2021 15:50:41 +0200 Subject: [PATCH] Fix news credentials. --- backend/src/Squidex/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex/appsettings.json b/backend/src/Squidex/appsettings.json index d7e6d6b70..4b4c11a73 100644 --- a/backend/src/Squidex/appsettings.json +++ b/backend/src/Squidex/appsettings.json @@ -676,7 +676,7 @@ /* * The credentials to the app (Readonly). */ - "clientId": "squidex-website:default2", + "clientId": "squidex-website:default", "clientSecret": "QGgqxd7bDHBTEkpC6fj8sbdPWgZrPrPfr3xzb3LKoec=" },