mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +00:00
Print message from auth
This commit is contained in:
parent
8938fd84ea
commit
ed686333ec
@ -91,6 +91,7 @@ std::string Login(const std::string& fields) {
|
||||
if (d.contains("message")) {
|
||||
d.erase("private_key");
|
||||
d.erase("public_key");
|
||||
info(d["message"]);
|
||||
return d.dump();
|
||||
}
|
||||
return GetFail("Invalid message parsing!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user