mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-26 02:25:03 +00:00
Fix Microsoft account provider
This commit is contained in:
@@ -313,6 +313,7 @@ bool AccountData::resumeStateFromV3(QJsonObject data) {
|
||||
auto typeS = typeV.toString();
|
||||
if(typeS == "MSA") {
|
||||
type = AccountType::MSA;
|
||||
provider = AuthProviders::lookup("MSA");
|
||||
} else {
|
||||
type = AccountType::Mojang;
|
||||
provider = AuthProviders::lookup(typeS);
|
||||
|
||||
Reference in New Issue
Block a user