diff --git a/templates/login.html b/templates/login.html index 71a710d..edeea4e 100644 --- a/templates/login.html +++ b/templates/login.html @@ -91,7 +91,7 @@

OU

$.ajax({ type: 'POST', - url: String(config.URL_API)+"/login", + url: config.URL_API+"/login", contentType: 'application/json;charset=UTF-8', data: JSON.stringify(formData), xhrFields: {