From fbb3d8fdb1f58248d6fdd4f78f286d915f8a1f40 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Fri, 17 May 2024 07:28:02 +0100 Subject: [PATCH] Update templates/oauth.html --- templates/oauth.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/oauth.html b/templates/oauth.html index a39a303..0e12ad5 100644 --- a/templates/oauth.html +++ b/templates/oauth.html @@ -31,8 +31,8 @@ } // Configuration - const clientId = 'jT89GqLCqobN3pb6Rgkk0klDyicUbdjY'; - const redirectUri = 'https://cat.hectabit.org/oauth'; + const clientId = 'Q7YTh3Tjt4ilOtOyVZjwxTfeei5HGnVC'; + const redirectUri = 'https://www.cta.social/oauth'; const authorizationEndpoint = 'https://auth.hectabit.org/login'; const tokenEndpoint = 'https://auth.hectabit.org/api/tokenauth'; const userinfoEndpoint = 'https://auth.hectabit.org/userinfo'; // Added userinfo endpoint