HandlerLogin: Remove dead code
这个提交包含在:
@@ -26,10 +26,6 @@ SOFTWARE.
|
|||||||
|
|
||||||
Response HandlerLogin::handleRequest(const Request &r)
|
Response HandlerLogin::handleRequest(const Request &r)
|
||||||
{
|
{
|
||||||
auto createErrorReesponse = [&]() {
|
|
||||||
return errorResponse("Login error", "The supplied credentials are incorrect");
|
|
||||||
};
|
|
||||||
|
|
||||||
if(r.param("submit") == "1")
|
if(r.param("submit") == "1")
|
||||||
{
|
{
|
||||||
std::string password = r.post("password");
|
std::string password = r.post("password");
|
||||||
|
在新工单中引用
屏蔽一个用户