Skip to content

Commit

Permalink
fix : 권한 설정 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
dltjdgh0428 committed Mar 28, 2024
2 parents 351537e + f513382 commit 0da4d93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public SecurityFilterChain filterChain(HttpSecurity http, HandlerMappingIntrospe
.userInfoEndpoint(userInfoEndpointConfig ->
userInfoEndpointConfig.userService(customOAuth2UserService))
.successHandler((request, response, authentication) -> {
// 로그인 성공 후 리다이렉션할 URL 지정
response.sendRedirect("https://www.bookeverywhere.site");
}))
;
Expand Down

0 comments on commit 0da4d93

Please sign in to comment.