handlerlogin: Fix typo in error message
这个提交包含在:
父节点
84b55f6e96
当前提交
192c533f1f
@ -71,7 +71,7 @@ std::vector<char> HandlerLogin::pbkdf5(std::string password, const std::vector<c
|
||||
Response HandlerLogin::handleRequest(const Request &r)
|
||||
{
|
||||
auto createErrorReesponse = [&]() {
|
||||
return errorResponse("Login error", "The supplied credenetials are incorrect");
|
||||
return errorResponse("Login error", "The supplied credentials are incorrect");
|
||||
};
|
||||
|
||||
if(isBanned(r.getIp()))
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户