Spaces:
Sleeping
Sleeping
Commit
·
6a2c2bb
1
Parent(s):
3ac1035
redirect url updated
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-lac.vercel.app/"}})
|
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-lac.vercel.app/home"}})
|
238 |
return res
|
239 |
|
240 |
|