feat(accounts): support msa-client-id value

This commit is contained in:
Sefa Eyeoglu 2022-02-18 12:25:26 +01:00
parent 12c8a04458
commit be910374dc
No known key found for this signature in database
GPG key ID: C10411294912A422
2 changed files with 6 additions and 0 deletions

View file

@ -81,6 +81,7 @@ struct AccountData {
bool legacy = false;
bool canMigrateToMSA = false;
QString msaClientID;
Katabasis::Token msaToken;
Katabasis::Token userToken;
Katabasis::Token xboxApiToken;