lib/tessitura_rest/web/session.rb in tessitura_rest-0.3.14 vs lib/tessitura_rest/web/session.rb in tessitura_rest-0.3.15

- old
+ new

@@ -69,9 +69,8 @@ 'LoginTypeId': login_type, 'EmailAddress': email } options.merge!({:basic_auth => @auth}) options.merge!(:body => parameters) - response = self.class.post(base_api_endpoint("/Web/Session/#{key}/Login/SendCredentials"), options) - JSON.parse(response.body) + self.class.post(base_api_endpoint("/Web/Session/#{key}/Login/SendCredentials"), options) end end