Skip to content

Commit bbf729a

Browse files
봄봄
authored andcommitted
feat: 테스트 코드 작성
1 parent caaff44 commit bbf729a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/auth/googleLogin/Example.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const Example = () => {
77
useEffect(() => {
88
const getToken = async () => {
99
const code = getGoogleAuthCode();
10+
console.log(code);
1011
if (!code) return;
1112

1213
try {

0 commit comments

Comments
 (0)