Skip to content

Commit ad25b69

Browse files
author
github-actions
committed
chore: Java 스타일 수정
1 parent e3cca6e commit ad25b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
8787
userInfo.userService(
8888
customOAuthUserService))
8989
.successHandler(oAuthSuccessHandler))
90-
.httpBasic(Customizer.withDefaults())
90+
.httpBasic(Customizer.withDefaults())
9191
.logout(
9292
logout ->
9393
logout.logoutUrl("/logout")

0 commit comments

Comments
 (0)