Skip to content

Commit

Permalink
Fix: 콘솔에 대놓고 토큰을 띄워놓던 것 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
soulchicken committed Oct 22, 2023
1 parent 1d4ed84 commit 50ba050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
Expand Down

0 comments on commit 50ba050

Please sign in to comment.