fix-登录
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user