parent
3e4bfef14e
commit
7657f779b5
|
@ -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일 이전 출생자만 본인인증이 가능합니다.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue