diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-09-04 21:27:09 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-09-04 21:27:09 +0200 |
commit | 938f896bfa7775cf7dcf1ee6883572f514f53993 (patch) | |
tree | e95720f21a0e818e45659ce055b7306f81ee6919 /launcher/minecraft/auth | |
parent | cd87029e6fc0c8d8b25c9162812ae066066ad11a (diff) | |
download | PrismLauncher-938f896bfa7775cf7dcf1ee6883572f514f53993.tar.gz PrismLauncher-938f896bfa7775cf7dcf1ee6883572f514f53993.tar.bz2 PrismLauncher-938f896bfa7775cf7dcf1ee6883572f514f53993.zip |
GH-4014 change updater to recognize new Qt 5.15.2 builds
Diffstat (limited to 'launcher/minecraft/auth')
-rw-r--r-- | launcher/minecraft/auth/flows/AuthContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/flows/AuthContext.cpp b/launcher/minecraft/auth/flows/AuthContext.cpp index 1203dc5f..776f45fe 100644 --- a/launcher/minecraft/auth/flows/AuthContext.cpp +++ b/launcher/minecraft/auth/flows/AuthContext.cpp @@ -538,7 +538,7 @@ void AuthContext::onSTSAuthGenericDone( } Katabasis::Token temp; - if(!parseXTokenResponse(replyData, temp, "STSAuthGaneric")) { + if(!parseXTokenResponse(replyData, temp, "STSAuthGeneric")) { qWarning() << "Could not parse authorization response for access to xbox API..."; failResult(m_xboxProfileSucceeded); return; |