201
cl
2026-04-17 1f5ed21acb30b3e40678a7ce23f4f52bb039f82e
rsf-server/src/main/java/com/vincent/rsf/server/system/controller/BaseController.java
@@ -16,7 +16,6 @@
 */
public class BaseController {
    public User getLoginUser() {
        try {
            Authentication authentication = SecurityContextHolder.getContext().getAuthentication();