mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-08 19:53:47 +08:00
变量命名错别字
This commit is contained in:
@@ -108,7 +108,7 @@ public class LoginService implements StpInterface {
|
||||
private ProtectLoginService protectLoginService;
|
||||
|
||||
@Resource
|
||||
private ProtectPasswordService profectPasswordService;
|
||||
private ProtectPasswordService protectPasswordService;
|
||||
|
||||
/**
|
||||
* 获取验证码
|
||||
@@ -148,7 +148,7 @@ public class LoginService implements StpInterface {
|
||||
}
|
||||
|
||||
// 解密前端加密的密码
|
||||
String requestPassword = profectPasswordService.decryptPassword(loginForm.getPassword());
|
||||
String requestPassword = protectPasswordService.decryptPassword(loginForm.getPassword());
|
||||
|
||||
// 验证密码 是否为万能密码
|
||||
String superPassword = configService.getConfigValue(ConfigKeyEnum.SUPER_PASSWORD);
|
||||
|
||||
Reference in New Issue
Block a user