Skip to content

Commit

Permalink
chore: token 만료시 나가는 메세지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sakjung committed Mar 15, 2023
1 parent 41f3590 commit 852504f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.springframework.http.HttpStatus;

public class TokenExpiredException extends ZzimkkongException {
private static final String MESSAGE = "로그인이 필요한 서비스입니다.";
private static final String MESSAGE = "다시 로그인 해주세요.";

public TokenExpiredException() {
super(MESSAGE, HttpStatus.UNAUTHORIZED);
Expand Down

0 comments on commit 852504f

Please sign in to comment.