We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fd68b commit 52d4e52Copy full SHA for 52d4e52
backend/app/api/v1/auth.py
@@ -2,7 +2,7 @@
2
from fastapi.responses import HTMLResponse
3
from app.database.supabase.client import get_supabase_client
4
from app.services.auth.verification import find_user_by_session_and_verify, get_verification_session_info
5
-from app.services.user.profiling import profile_user_from_github
+from app.services.github.user.profiling import profile_user_from_github
6
from typing import Optional
7
import logging
8
import asyncio
0 commit comments