Update HistorySingleSignOnInterceptor.java

This commit is contained in:
shimingxy 2024-11-19 17:42:44 +08:00
parent f2bc5e37ae
commit e8f23972bf

View File

@ -39,8 +39,8 @@ import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
@Component
public class HistorySignOnAppInterceptor implements AsyncHandlerInterceptor {
private static final Logger logger = LoggerFactory.getLogger(HistorySignOnAppInterceptor.class);
public class HistorySingleSignOnInterceptor implements AsyncHandlerInterceptor {
private static final Logger logger = LoggerFactory.getLogger(HistorySingleSignOnInterceptor.class);
@Autowired
HistoryLoginAppsService historyLoginAppsService;