fixed small issue

This commit is contained in:
Anonymous275 2022-03-03 16:28:16 +02:00
parent 31cd89fd20
commit 158eb26456

View File

@ -67,7 +67,7 @@ std::string Launcher::Login(const std::string& fields) {
if(!d["message"].is_null()) {
d.erase("private_key");
d.erase("public_key");
return d;
return d.dump();
}
return GetFail("Invalid message parsing!");
}