Spaces:
Sleeping
Sleeping
Commit
·
3ba39c3
1
Parent(s):
f176992
redirect url changed
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ async def sign_out(user_id):
|
|
234 |
@app.post("/oauth")
|
235 |
async def oauth():
|
236 |
res = supabase.auth.sign_in_with_oauth(
|
237 |
-
{"provider": "google", "options": {"redirect_to": "https://convers-ai-
|
238 |
return res
|
239 |
|
240 |
|
|
|
234 |
@app.post("/oauth")
|
235 |
async def oauth():
|
236 |
res = supabase.auth.sign_in_with_oauth(
|
237 |
+
{"provider": "google", "options": {"redirect_to": "https://convers-ai-test.vercel.app/home"}})
|
238 |
return res
|
239 |
|
240 |
|