Skip to content

Commit 0971840

Browse files
authored
Merge pull request #116 from prgrms-web-devcourse-final-project/dev
Dev
2 parents aee9323 + 467f183 commit 0971840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/grepp/teamnotfound/infra/auth/oauth2/OAuth2FailureHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void onAuthenticationFailure(HttpServletRequest request, HttpServletRespo
4242
}
4343

4444
// TODO error 페이지(실재 화면 경로)
45-
String redirectUrl = "/error/login?error=" + URLEncoder.encode(errorMessage, StandardCharsets.UTF_8);
45+
String redirectUrl = "http://localhost:3000/error/login?error=" + URLEncoder.encode(errorMessage, StandardCharsets.UTF_8);
4646

4747
getRedirectStrategy().sendRedirect(request, response, redirectUrl);
4848
}

0 commit comments

Comments
 (0)