Skip to content

Commit 047364e

Browse files
committed
[fix] : status code 값 수정
1 parent dfa1325 commit 047364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cona/KUsukKusuk/global/security/LoginFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ protected void unsuccessfulAuthentication(HttpServletRequest request, HttpServle
7070
throws IOException {
7171

7272
response.getWriter().write("해당 사용자의 아이디나 비밀번호가 옳지 않습니다. 다시 확인해주세요");
73-
response.setStatus(401);
73+
response.setStatus(400);
7474
}
7575
}

0 commit comments

Comments
 (0)