mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
fix more breaking bug
This commit is contained in:
parent
6158069d4d
commit
250be2ccdc
@ -77,7 +77,7 @@ std::string Login(const std::string& fields){
|
||||
}
|
||||
info("Authentication successful!");
|
||||
}else info("Authentication failed!");
|
||||
if(!d.contains("message")){
|
||||
if(d.contains("message")){
|
||||
d.erase("private_key");
|
||||
d.erase("public_key");
|
||||
return d.dump();
|
||||
|
Loading…
x
Reference in New Issue
Block a user