Skip to content

Commit

Permalink
a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Jul 20, 2023
1 parent 1853285 commit c9eacf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class WebSecurityConfig(
.oauth2Login {
it.authenticationSuccessHandler(
DelegatingServerAuthenticationSuccessHandler(
StoringServerAuthenticationSuccessHandler(configurationProperties),
StoringServerAuthenticationSuccessHandler(backendService),
RedirectServerAuthenticationSuccessHandler("/#"),
)
)
Expand Down

0 comments on commit c9eacf7

Please sign in to comment.