style: fix lint (CI)

This commit is contained in:
usbharu 2025-01-21 15:02:44 +00:00 committed by github-actions[bot]
parent 0e66d5a49a
commit 1e3dab503a
1 changed files with 0 additions and 2 deletions

View File

@ -70,12 +70,10 @@ class SecurityConfig {
securityMatcher(authorizationServer.endpointsMatcher) securityMatcher(authorizationServer.endpointsMatcher)
with(authorizationServer) { with(authorizationServer) {
authorizationEndpoint { authorizationEndpoint {
} }
} }
authorizeHttpRequests { authorizeHttpRequests {
authorize(anyRequest, authenticated) authorize(anyRequest, authenticated)
} }
exceptionHandling { exceptionHandling {
authenticationEntryPoint = LoginUrlAuthenticationEntryPoint("/auth/sign_in") authenticationEntryPoint = LoginUrlAuthenticationEntryPoint("/auth/sign_in")