From c5361297683e836c8d4d484379d41e96fb81db4a Mon Sep 17 00:00:00 2001 From: elouanjef Date: Thu, 1 Feb 2024 12:45:34 +0100 Subject: [PATCH] log --- templates/login.html | 1 + 1 file changed, 1 insertion(+) 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) {