GH-4978 Correctly emit failed when attempting to relogin to msa on osx64

This commit is contained in:
arthomnix
2022-12-01 20:54:04 +00:00
parent e5b7517d2f
commit 73e1d15ab9

View File

@@ -250,6 +250,7 @@ void LaunchController::login() {
), ),
QMessageBox::Warning QMessageBox::Warning
)->exec(); )->exec();
emitFailed(tr("Attempted to re-login to a Microsoft account on an unsupported platform"));
return; return;
} }
newAccount = MSALoginDialog::newAccount( newAccount = MSALoginDialog::newAccount(