HandlerLogin: Remove dead code
This commit is contained in:
父節點
9f9fd2920b
當前提交
b995362d1f
@ -26,10 +26,6 @@ SOFTWARE.
|
||||
|
||||
Response HandlerLogin::handleRequest(const Request &r)
|
||||
{
|
||||
auto createErrorReesponse = [&]() {
|
||||
return errorResponse("Login error", "The supplied credentials are incorrect");
|
||||
};
|
||||
|
||||
if(r.param("submit") == "1")
|
||||
{
|
||||
std::string password = r.post("password");
|
||||
|
Loading…
Reference in New Issue
Block a user