wording change
This commit is contained in:
@ -189,7 +189,7 @@ func TokenRefresh(app App, auth authenticationResp) (authenticationResp, error)
|
|||||||
"scope": {"XboxLive.SignIn XboxLive.offline_access"},
|
"scope": {"XboxLive.SignIn XboxLive.offline_access"},
|
||||||
})
|
})
|
||||||
if err != nil {
|
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()
|
defer resp.Body.Close()
|
||||||
data, _ := io.ReadAll(resp.Body)
|
data, _ := io.ReadAll(resp.Body)
|
||||||
|
Reference in New Issue
Block a user