mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 14:40:56 +00:00
fix more breaking bug
This commit is contained in:
@@ -77,7 +77,7 @@ std::string Login(const std::string& fields){
|
|||||||
}
|
}
|
||||||
info("Authentication successful!");
|
info("Authentication successful!");
|
||||||
}else info("Authentication failed!");
|
}else info("Authentication failed!");
|
||||||
if(!d.contains("message")){
|
if(d.contains("message")){
|
||||||
d.erase("private_key");
|
d.erase("private_key");
|
||||||
d.erase("public_key");
|
d.erase("public_key");
|
||||||
return d.dump();
|
return d.dump();
|
||||||
|
|||||||
Reference in New Issue
Block a user