mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-19 18:37:14 +00:00
Fix auth for 13w41a
This commit is contained in:
@@ -27,9 +27,10 @@ struct UserInfo
|
||||
struct LoginResponse
|
||||
{
|
||||
QString username;
|
||||
QString session_id;
|
||||
QString session_id; // session id is a combination of player id and the access token
|
||||
QString player_name;
|
||||
QString player_id;
|
||||
QString access_token;
|
||||
};
|
||||
|
||||
class QNetworkReply;
|
||||
|
||||
Reference in New Issue
Block a user