Commit af54393def311f6cae871e8ef7ae71e28e0ce2bf

  • avatar
  • Arvind <arvinkhadri @gm…l.com>
  • Thu Jun 27 18:22:42 IST 2013
API changes from sweet-authenticate, url to authenticate is a param
  
590590 util.publish();
591591 },
592592 Authenticate: function() {
593 var reply = sweet.authenticate($("#auth-select").val(), $("#tar-pass").val());
593 var reply = sweet.authenticate(config.sweet+"/authenticate", $("#auth-select").val(), $("#tar-pass").val());
594594 if(reply === true)
595595 alert("authenticated");
596596 }