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