去掉验证码
This commit is contained in:
parent
70b638bb97
commit
053b7e49db
@ -74,7 +74,7 @@ public class LoginController {
|
||||
|
||||
|
||||
// 是否需要验证码不需要改成false
|
||||
boolean hascode = true;
|
||||
boolean hascode = false;//true;
|
||||
if (hascode) {
|
||||
// 查询验证码
|
||||
String code = webConfig.loginuserCache().get(user.getUuid());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user