bug--修复单点登录
This commit is contained in:
@ -62,7 +62,7 @@ public class AuthController {
|
||||
private final RedisUtils redisUtil;
|
||||
private final AuthService authService;
|
||||
|
||||
@Value("${single.login:false}")
|
||||
@Value("${single.login}")
|
||||
private Boolean singleLogin;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user