diff --git a/src/Security/Login.cpp b/src/Security/Login.cpp index c1eafc6..3a2b699 100755 --- a/src/Security/Login.cpp +++ b/src/Security/Login.cpp @@ -47,7 +47,7 @@ std::string Login(const std::string& fields){ return ""; } info("Attempting to authenticate..."); - std::string Buffer = HTTP::Post("https://auth.beammp.com/userlogin", fields) + "\n"; + std::string Buffer = HTTP::Post("https://auth.beammp.com/userlogin", fields); json::Document d; d.Parse(Buffer.c_str()); if(Buffer == "-1"){