From 85f35b48bcc4e0378cdab5680ed93cb93e9aa2c8 Mon Sep 17 00:00:00 2001 From: Florian Kleber Date: Wed, 24 Apr 2024 11:56:34 +0000 Subject: [PATCH] fix(gatsby-config): update Zitadel OAuth config with new credentials - Update the Zitadel organizationId and clientId with new values. - Replace the existing projectIds with a new projectId in gatsby-config.ts. --- gatsby-config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gatsby-config.ts b/gatsby-config.ts index 71293bb..e2abfb2 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -25,14 +25,14 @@ const config: GatsbyConfig = { repository: 'netsnek/fhkit.at' }, zitadel: { - organizationId: '263581005107959413', - clientId: '263491440007517793@services', + organizationId: '260976344454660099', + clientId: '252746210698395651@services', authority: 'https://accounts.photonq.org', redirectUri: process.env.NODE_ENV === 'production' ? 'https://fhkit.com' : 'https://opulent-carnival-pg7v6wp7prhr556-8000.app.github.dev', - projectIds: ['263491274097563233'] + projectIds: ['252746210698330115'] }, // sentry: { // org: 'photonq',