Merge pull request #5032 from graytoowolf/patch-1

When re-logging in when the repair account expires, it still prompts that the account has expired
This commit is contained in:
Petr Mrázek 2023-01-13 18:44:38 +01:00 committed by GitHub
commit 1f1cdbe0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,7 @@ void LaunchController::login() {
if (isDefault) {
accounts->setDefaultAccount(newAccount);
}
m_accountToUse = nullptr;
decideAccount();
continue;
} else {