mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
style: fix lint (CI)
This commit is contained in:
@@ -70,12 +70,10 @@ class SecurityConfig {
|
||||
securityMatcher(authorizationServer.endpointsMatcher)
|
||||
with(authorizationServer) {
|
||||
authorizationEndpoint {
|
||||
|
||||
}
|
||||
}
|
||||
authorizeHttpRequests {
|
||||
authorize(anyRequest, authenticated)
|
||||
|
||||
}
|
||||
exceptionHandling {
|
||||
authenticationEntryPoint = LoginUrlAuthenticationEntryPoint("/auth/sign_in")
|
||||
|
||||
Reference in New Issue
Block a user