mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 01:52:25 +00:00
Update loginserver_webserver.cpp
This commit is contained in:
parent
1e6a67e1ad
commit
edf93f20e5
@ -107,7 +107,7 @@ namespace LoginserverWebserver {
|
|||||||
std::string username = request_body.get("username", "").asString();
|
std::string username = request_body.get("username", "").asString();
|
||||||
std::string password = request_body.get("password", "").asString();
|
std::string password = request_body.get("password", "").asString();
|
||||||
std::string email = request_body.get("email", "").asString();
|
std::string email = request_body.get("email", "").asString();
|
||||||
uint32 login_account_id = request_body.get("account_id", "").asInt();
|
uint32 login_account_id = request_body.get("login_account_id", "").asInt();
|
||||||
|
|
||||||
Json::Value response;
|
Json::Value response;
|
||||||
if (username.empty() || password.empty()) {
|
if (username.empty() || password.empty()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user