diff --git a/templates/migrate.html b/templates/migrate.html index 90ea53a..640b561 100644 --- a/templates/migrate.html +++ b/templates/migrate.html @@ -27,8 +27,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