We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cca6e commit ad25b69Copy full SHA for ad25b69
backend/src/main/java/io/f1/backend/global/config/SecurityConfig.java
@@ -87,7 +87,7 @@ public SecurityFilterChain userFilterChain(HttpSecurity http) throws Exception {
87
userInfo.userService(
88
customOAuthUserService))
89
.successHandler(oAuthSuccessHandler))
90
- .httpBasic(Customizer.withDefaults())
+ .httpBasic(Customizer.withDefaults())
91
.logout(
92
logout ->
93
logout.logoutUrl("/logout")
0 commit comments