Skip to content

Commit

Permalink
parse user_id from email
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojeongyunn committed Aug 9, 2024
1 parent b7cd473 commit 785b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/auth/my-favorite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const MyInfoPage = () => {
}}
>
<h2>내 즐겨찾기</h2>
<FavoriteBoxes userId={myInfo.email} />
<FavoriteBoxes userId={myInfo.email.replace("@postech.ac.kr", "")} />
</Container>
</Layout>
);
Expand Down

0 comments on commit 785b83e

Please sign in to comment.