From 3924abe534351102e373ab527b40c84f95c1d830 Mon Sep 17 00:00:00 2001 From: SebellKo <79312827+SebellKo@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:05:31 +0900 Subject: [PATCH] =?UTF-8?q?[Fix/HM-169]:=20=EB=B0=A9=20=EA=B3=B5=EC=9C=A0?= =?UTF-8?q?=20=ED=85=8C=EC=8A=A4=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useSocialLogin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useSocialLogin.ts b/src/hooks/useSocialLogin.ts index 0faf830..d8b65d1 100644 --- a/src/hooks/useSocialLogin.ts +++ b/src/hooks/useSocialLogin.ts @@ -17,6 +17,7 @@ export const useSocialLogin = () => { const callback = searchParams.get('callbackUrl'); const code = searchParams.get('code'); const roomId = searchParams.get('roomId'); + console.log(searchParams); useEffect(() => { if (code) {