mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 15:01:23 +08:00
Removed .anonymous() in SecurityConfig
This commit is contained in:
@@ -89,7 +89,6 @@ public class SecurityConfig {
|
||||
// Authentication required
|
||||
.anyRequest()
|
||||
.authenticated()
|
||||
// .anonymous()
|
||||
.and()
|
||||
|
||||
.logout()
|
||||
|
||||
Reference in New Issue
Block a user