handlerlogin: Fix typo in error message
Cette révision appartient à :
Parent
84b55f6e96
révision
192c533f1f
@ -71,7 +71,7 @@ std::vector<char> HandlerLogin::pbkdf5(std::string password, const std::vector<c
|
|||||||
Response HandlerLogin::handleRequest(const Request &r)
|
Response HandlerLogin::handleRequest(const Request &r)
|
||||||
{
|
{
|
||||||
auto createErrorReesponse = [&]() {
|
auto createErrorReesponse = [&]() {
|
||||||
return errorResponse("Login error", "The supplied credenetials are incorrect");
|
return errorResponse("Login error", "The supplied credentials are incorrect");
|
||||||
};
|
};
|
||||||
|
|
||||||
if(isBanned(r.getIp()))
|
if(isBanned(r.getIp()))
|
||||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur