mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
Add support for 1.7.4 user_type (needs testing with legacy accounts)
This commit is contained in:
parent
bf34aa7fbd
commit
39aebddf3b
12 changed files with 58 additions and 19 deletions
|
|
@ -67,6 +67,7 @@ bool RefreshTask::processResponse(QJsonObject responseData)
|
|||
// profile.
|
||||
QLOG_DEBUG() << "Processing authentication response.";
|
||||
|
||||
QLOG_DEBUG() << responseData;
|
||||
// If we already have a client token, make sure the one the server gave us matches our
|
||||
// existing one.
|
||||
QString clientToken = responseData.value("clientToken").toString("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue