Skip to content

Commit a30f235

Browse files
committed
feat: get profile api 반환 값에 데이터 추가
1 parent c2425bc commit a30f235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/backend/src/auth/auth.controller.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ export class AuthController {
103103
return {
104104
message: '인증된 사용자 정보',
105105
snowflakeId: user.snowflakeId,
106+
nickname: user.nickname,
107+
cursorColor: user.cursorColor,
108+
profileImage: user.profileImage,
106109
};
107110
}
108111

0 commit comments

Comments
 (0)