test #257

Merged
klaus merged 15 commits from test into main 2025-02-09 13:36:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7657f779b5 - Show all commits

View File

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