mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
0e66d5a49a
commit
1e3dab503a
|
@ -70,12 +70,10 @@ class SecurityConfig {
|
|||
securityMatcher(authorizationServer.endpointsMatcher)
|
||||
with(authorizationServer) {
|
||||
authorizationEndpoint {
|
||||
|
||||
}
|
||||
}
|
||||
authorizeHttpRequests {
|
||||
authorize(anyRequest, authenticated)
|
||||
|
||||
}
|
||||
exceptionHandling {
|
||||
authenticationEntryPoint = LoginUrlAuthenticationEntryPoint("/auth/sign_in")
|
||||
|
|
Loading…
Reference in New Issue