Update templates/migrate.html
This commit is contained in:
parent
fbb3d8fdb1
commit
3a31511c76
|
@ -27,8 +27,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configuration
|
// Configuration
|
||||||
const clientId = 'jT89GqLCqobN3pb6Rgkk0klDyicUbdjY';
|
const clientId = 'Q7YTh3Tjt4ilOtOyVZjwxTfeei5HGnVC';
|
||||||
const redirectUri = 'https://cat.hectabit.org/oauth';
|
const redirectUri = 'https://www.cta.social/oauth';
|
||||||
const authorizationEndpoint = 'https://auth.hectabit.org/login';
|
const authorizationEndpoint = 'https://auth.hectabit.org/login';
|
||||||
const tokenEndpoint = 'https://auth.hectabit.org/api/tokenauth';
|
const tokenEndpoint = 'https://auth.hectabit.org/api/tokenauth';
|
||||||
const userinfoEndpoint = 'https://auth.hectabit.org/userinfo'; // Added userinfo endpoint
|
const userinfoEndpoint = 'https://auth.hectabit.org/userinfo'; // Added userinfo endpoint
|
||||||
|
|
Reference in New Issue