wording change

This commit is contained in:
Samuel Walker 2025-03-12 13:01:06 -06:00
parent 11bda753c6
commit e45d32a4ad

View File

@ -189,7 +189,7 @@ func TokenRefresh(app App, auth authenticationResp) (authenticationResp, error)
"scope": {"XboxLive.SignIn XboxLive.offline_access"},
})
if err != nil {
return authenticationResp{}, fmt.Errorf("unable to request refresh token: %e\n", err)
return authenticationResp{}, fmt.Errorf("unable to refresh token: %e\n", err)
}
defer resp.Body.Close()
data, _ := io.ReadAll(resp.Body)