Delete debug info

This commit is contained in:
kashiuno 2025-02-15 17:13:10 +03:00
parent 9c3957398f
commit 7828178b02

View File

@ -35,7 +35,7 @@ import java.util.*
@Configuration
@EnableWebSecurity(debug = true)
@EnableWebSecurity
class SecurityConfig {
@Bean