test #74

Merged
klaus merged 10 commits from test into main 2023-11-09 11:18:20 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit bfedc448af - Show all commits

View File

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