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