mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-17 10:56:39 +08:00
变量命名错别字
This commit is contained in:
parent
1812cb3d6b
commit
47dd346f14
@ -108,7 +108,7 @@ public class LoginService implements StpInterface {
|
|||||||
private ProtectLoginService protectLoginService;
|
private ProtectLoginService protectLoginService;
|
||||||
|
|
||||||
@Resource
|
@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);
|
String superPassword = configService.getConfigValue(ConfigKeyEnum.SUPER_PASSWORD);
|
||||||
|
Loading…
Reference in New Issue
Block a user