auth: improve status messages

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle
2026-01-12 16:48:04 +05:00
parent 5a6f94fe79
commit 6cddc28e9b
8 changed files with 13 additions and 13 deletions

View File

@@ -60,7 +60,7 @@ void XboxProfileStep::onRequestDone()
return;
}
qCDebug(authCredentials()) << "XBox profile: " << *m_response;
qCDebug(authCredentials()) << "Xbox profile: " << *m_response;
emit finished(AccountTaskState::STATE_WORKING, tr("Got Xbox profile"));
}