본인인증 - 19세 미만 본인인증 불가 메시지 년도 수정

- 2005 -> 올해년도 - 19로 변경
This commit is contained in:
Klaus 2025-02-03 18:57:28 +09:00
parent 3e4bfef14e
commit 7657f779b5
1 changed files with 1 additions and 1 deletions

View File

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