마이페이지 메인 - 본인인증 true/false 정보 추가
This commit is contained in:
parent
5b3b3a767f
commit
a3b3aa5b18
|
@ -140,7 +140,7 @@ class MemberService(
|
|||
websiteUrl = member.websiteUrl,
|
||||
blogUrl = member.blogUrl,
|
||||
liveReservationCount = 0,
|
||||
isAuth = false
|
||||
isAuth = member.auth != null
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue