본인인증 - gender 값 리턴
This commit is contained in:
parent
bbf3fc04b6
commit
1b782f3df8
|
@ -24,10 +24,8 @@ class AuthController(private val service: AuthService) {
|
|||
if (service.isBlockAuth(authenticateData)) {
|
||||
service.signOut(member.id!!)
|
||||
throw SodaException("운영정책을 위반하여 이용을 제한합니다.")
|
||||
} else {
|
||||
service.authenticate(authenticateData, member.id!!)
|
||||
}
|
||||
|
||||
ApiResponse.ok(null, null)
|
||||
ApiResponse.ok(service.authenticate(authenticateData, member.id!!))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue