From 50ba050e8c7caa7bb42bab37bb997ba9ea882ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=8C=EC=9A=B8=EC=B9=98=ED=82=A8?= <90738604+soulchicken@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:54:07 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=BD=98=EC=86=94=EC=97=90=20=EB=8C=80?= =?UTF-8?q?=EB=86=93=EA=B3=A0=20=ED=86=A0=ED=81=B0=EC=9D=84=20=EB=9D=84?= =?UTF-8?q?=EC=9B=8C=EB=86=93=EB=8D=98=20=EA=B2=83=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/profile/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx index 6276fcc..df266aa 100644 --- a/src/pages/profile/index.tsx +++ b/src/pages/profile/index.tsx @@ -6,8 +6,6 @@ import { useSession } from 'next-auth/react'; const Profile = () => { const { data: session }: any = useSession(); console.log(session); - console.log(session?.accessToken); - console.log(session?.refreshToken); return ( <>