mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
style: fix lint (CI)
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user