【auth】退出时增加销毁cookie

pull/3/head
fengshuonan 2021-01-06 13:46:36 +08:00
parent ab766068d7
commit aa17fc3ccf
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class AuthServiceImpl implements AuthServiceApi {
public void logout() {
String token = LoginContext.me().getToken();
logoutWithToken(token);
sessionManagerApi.destroySessionCookie();
}
@Override