Commit f3d66542 authored by Liang Ding's avatar Liang Ding

🎨 登出

parent e517a1a9
......@@ -262,11 +262,6 @@ public final class Solos {
cookie.setPath("/");
response.addCookie(cookie);
}
final JSONObject currentUser = getCurrentUser(request, response);
if (null == currentUser) {
return;
}
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment