mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-19 10:08:07 +08:00
修复 quick-login 插件循环依赖问题
This commit is contained in:
@@ -312,7 +312,7 @@ public class SaSsoHandle {
|
||||
String secretkey = req.getParam(ParamName.secretkey);
|
||||
|
||||
SaSsoUtil.checkSecretkey(secretkey);
|
||||
stpLogic.logoutByTokenValue(stpLogic.getTokenValueByLoginId(loginId));
|
||||
stpLogic.logout(loginId);
|
||||
return SaSsoConsts.OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user