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 ( <>