diff --git a/ncl-connect.js b/ncl-connect.js index 3d12edc..78f6610 100644 --- a/ncl-connect.js +++ b/ncl-connect.js @@ -19,8 +19,9 @@ exports.login = function(url, user, callback) form: { j_username: user.id, j_password: user.pass, - _eventId: 'submit', - submit: 'LOGIN' + /* Seems to be working without these */ + //_eventId: 'submit', + //submit: 'LOGIN' } }, onGatewayResponse);