mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-23 21:13:37 +00:00
Print message from auth
This commit is contained in:
@@ -91,6 +91,7 @@ std::string Login(const std::string& fields) {
|
|||||||
if (d.contains("message")) {
|
if (d.contains("message")) {
|
||||||
d.erase("private_key");
|
d.erase("private_key");
|
||||||
d.erase("public_key");
|
d.erase("public_key");
|
||||||
|
info(d["message"]);
|
||||||
return d.dump();
|
return d.dump();
|
||||||
}
|
}
|
||||||
return GetFail("Invalid message parsing!");
|
return GetFail("Invalid message parsing!");
|
||||||
|
|||||||
Reference in New Issue
Block a user