diff --git a/templates/login.html b/templates/login.html index 423c779..8ce7bfe 100644 --- a/templates/login.html +++ b/templates/login.html @@ -76,6 +76,7 @@

OU

$(document).ready(function () { var URL_API = "{{ URL_API }}"; + console.log(URL_API); getUserProfile(); $('form').submit(function (e) {