Rauhan commited on
Commit
a413218
2 Parent(s): 4237136 6a2c2bb

Merge branch 'main' of https://huggingface.co/spaces/techconspartners/ConversAI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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