1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

delete tooltip in NoticeViewCard

This commit is contained in:
cccccyb
2023-05-19 19:10:32 +08:00
parent c43aae8c6c
commit a3fabc98c8
6 changed files with 45 additions and 56 deletions

View File

@@ -89,6 +89,7 @@ public class SecurityConfig {
// Authentication required
.anyRequest()
.authenticated()
// .anonymous()
.and()
.logout()