본인인증 : block 된 사용자 정보로 본인인증을 시도하는 경우

- 본인인증 시도 계정 탈퇴 처리
This commit is contained in:
2023-11-09 19:58:04 +09:00
parent 1a6a833b93
commit bfedc448af

View File

@@ -71,6 +71,8 @@ class AuthService(
signOutRepository.save(signOut)
memberService.logoutAll(memberId = memberId)
throw SodaException("운영정책을 위반하여 이용을 제한합니다.")
}
@Transactional