diff --git a/client.go b/client.go index b72b90d..f816a8e 100644 --- a/client.go +++ b/client.go @@ -270,8 +270,8 @@ func (c *Client) auth() *Response { "selectedVin": "", "pushToken": ""} reqURL := MOBILE_API_VERSION + apiURLs["API_LOGIN"] - // TODO: Add error handling resp, err := c.execute(POST, reqURL, params, false) + c.logger.Debug("AUTH HTTP OUTPUT", "body", resp) if err != nil { c.logger.Error("error while executing auth request", "request", "auth", "error", err.Error()) return nil