Skip to content

Commit

Permalink
fix: 메세지 중복 요청 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cobocho committed Aug 7, 2024
1 parent 62263ba commit 645841c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/web/src/app/(beforeLogin)/auth/token/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ const AuthCallbackPage = ({
secure: true,
expires: new Date('2038-01-19T03:14:07.000Z'),
})
window.postMessage(
{
from: 'vook-web',
access,
refresh,
},
'*',
)
queryClient.setQueryData(['access'], access)
queryClient.setQueryData(['refresh'], refresh)

Expand Down

0 comments on commit 645841c

Please sign in to comment.