본인인증 : block 된 사용자 정보로 본인인증을 시도하는 경우
- 본인인증 시도 계정 탈퇴 처리
This commit is contained in:
@@ -71,6 +71,8 @@ class AuthService(
|
||||
signOutRepository.save(signOut)
|
||||
|
||||
memberService.logoutAll(memberId = memberId)
|
||||
|
||||
throw SodaException("운영정책을 위반하여 이용을 제한합니다.")
|
||||
}
|
||||
|
||||
@Transactional
|
||||
|
Reference in New Issue
Block a user