mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-22 17:28:32 +00:00
GH-4317 Detect forced migration state and show errors for it
This commit is contained in:
@@ -48,7 +48,8 @@ enum class AccountState {
|
||||
Online,
|
||||
Errored,
|
||||
Expired,
|
||||
Gone
|
||||
Gone,
|
||||
MustMigrate
|
||||
};
|
||||
|
||||
struct AccountData {
|
||||
@@ -79,6 +80,7 @@ struct AccountData {
|
||||
AccountType type = AccountType::MSA;
|
||||
bool legacy = false;
|
||||
bool canMigrateToMSA = false;
|
||||
bool mustMigrateToMSA = false;
|
||||
|
||||
Katabasis::Token msaToken;
|
||||
Katabasis::Token userToken;
|
||||
|
||||
Reference in New Issue
Block a user