mirror of https://gitee.com/stylefeng/roses
【7.2.2】更新登录成功清空错误登录次数
parent
6995c44b69
commit
db5d8cc214
|
@ -373,6 +373,9 @@ public class AuthServiceImpl implements AuthServiceApi {
|
|||
loginLogServiceApi.loginSuccess(loginUser.getUserId());
|
||||
}
|
||||
|
||||
// 13.1 登录成功,清空用户的错误登录次数
|
||||
this.cancelFreeze(loginRequest);
|
||||
|
||||
// 14. 组装返回结果
|
||||
return new LoginResponse(loginUser, jwtToken, defaultJwtPayload.getExpirationDate());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue