wording change
This commit is contained in:
parent
11bda753c6
commit
e45d32a4ad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user