Skip to content

Commit

Permalink
feat: userId를 문자열로 변환하여 setAuthInfo에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seoko97 committed Dec 4, 2024
1 parent 3a20e1a commit d15ecce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/hooks/useAuthInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const useAuthInfo = (): AuthInfoReturn => {
}

setAuthInfo({
userId: user.id.toString(),
nickname: user.nickname,
profileImageUrl: user.profileImageUrl,
provider: user.provider,
Expand Down

0 comments on commit d15ecce

Please sign in to comment.