Spaces:
Sleeping
Sleeping
Commit
·
8565a1a
1
Parent(s):
8072380
oups
Browse files
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}/
|
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 |
|