diff --git a/fclauncher/auth.go b/fclauncher/auth.go index 6ce486f..885b30b 100644 --- a/fclauncher/auth.go +++ b/fclauncher/auth.go @@ -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)