auth: improve status messages

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 6cddc28e9b)
This commit is contained in:
Octol1ttle 2026-01-12 16:48:04 +05:00 committed by github-actions[bot]
parent aabd0a6d53
commit 1d1dd6262f
8 changed files with 13 additions and 13 deletions

View file

@ -272,5 +272,5 @@ void MSADeviceCodeStep::authenticationFinished()
m_data->msaToken.extra = rsp.extra;
m_data->msaToken.refresh_token = rsp.refresh_token;
m_data->msaToken.token = rsp.access_token;
emit finished(AccountTaskState::STATE_WORKING, tr("Got"));
emit finished(AccountTaskState::STATE_WORKING, tr("Got MSA token"));
}