마이페이지 메인 - 본인인증 true/false 정보 추가

This commit is contained in:
Klaus 2023-07-28 18:09:06 +09:00
parent 5b3b3a767f
commit a3b3aa5b18
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class MemberService(
websiteUrl = member.websiteUrl, websiteUrl = member.websiteUrl,
blogUrl = member.blogUrl, blogUrl = member.blogUrl,
liveReservationCount = 0, liveReservationCount = 0,
isAuth = false isAuth = member.auth != null
) )
} }