Skip to content

Commit

Permalink
feat/#507: ReissueTokenExceptionDocs 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 authored and hwangdaesun committed Oct 9, 2024
1 parent 59103a2 commit 3d376e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ReissueTokenExceptionDocs implements SwaggerExampleExceptions {
public EatCeedException 리프레시_토큰이_존재_하지_않을_때 = NotFoundRefreshTokenException.EXECPTION;

@ExplainError("토큰이 유효 하지 않을 때 ")
public EatCeedException 토큰이_유혀_하지_않을_ = new EatCeedException(SecurityErrorCode.INVALID_JWT);
public EatCeedException 토큰이_유효_하지_않을_ = new EatCeedException(SecurityErrorCode.INVALID_JWT);

@ExplainError("리프레시 토큰이 만료 되었을 때")
public EatCeedException 리프레시_토큰이_만료_되었을_때 = new EatCeedException(SecurityErrorCode.EXPIRED_JWT);
Expand Down

0 comments on commit 3d376e4

Please sign in to comment.