thomasgauthier commited on
Commit
8565a1a
·
1 Parent(s): 8072380
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -416,7 +416,7 @@ async def oauth_callback(code: str, state: str):
416
  async def get_oauth_config():
417
  return {
418
  "client_id": client_id,
419
- "redirect_uri": f'https://{space_host}/your-custom-callback-route'
420
  }
421
 
422
 
 
416
  async def get_oauth_config():
417
  return {
418
  "client_id": client_id,
419
+ "redirect_uri": f'https://{space_host}/login/callback'
420
  }
421
 
422