예약 업로드 #113

Merged
klaus merged 18 commits from test into main 2024-01-10 16:59:51 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9192209ca7 - Show all commits

View File

@ -97,7 +97,7 @@ class AuthService(
repository.save(auth) repository.save(auth)
} else { } else {
throw SodaException("19세 미만 인증 오류") throw SodaException("2005년 1월 1일 이전 출생자만 본인인증이 가능합니다.")
} }
} }
} }