본인인증

- 본인인증 오류 메시지 수정
This commit is contained in:
Klaus 2024-01-09 13:44:41 +09:00
parent 26d9b6cf35
commit 9192209ca7
1 changed files with 1 additions and 1 deletions

View File

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