fix-登录

This commit is contained in:
xl
2024-07-13 14:27:39 +08:00
parent 0476e02f98
commit 172b2a6d3f
3 changed files with 12 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ public class AdminLoginServiceImpl implements AdminLoginService {
*/
private SystemLoginResponse login(SystemAdminLoginRequest request, Integer adminType, String ip) {
// 校验验证码
//checkCaptcha(request);
checkCaptcha(request);
// 用户验证
Authentication authentication = null;
// 该方法会去调用UserDetailsServiceImpl.loadUserByUsername