login fix

This commit is contained in:
2017-03-22 16:46:00 +01:00
parent 687a0a7d41
commit 2469c54581
3 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@
function sendPass() {
email = $("#email").val();
pass = $("#password").val();
$.post("http://localhost:3000/login", {
$.post("http://{{domain}}:{{port}}/login", {
passwd: pass
}, function(data) {
console.log(data);