Skip to content

Commit

Permalink
Merge pull request #88 from CHZZK-Study/dev
Browse files Browse the repository at this point in the history
[Test] 방 공유 기능 테스팅
  • Loading branch information
SebellKo authored Oct 11, 2024
2 parents bf8e09f + 3c3fb3a commit 69c0265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useSocialLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 69c0265

Please sign in to comment.