Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
test 15
Browse files Browse the repository at this point in the history
  • Loading branch information
loimax committed Feb 1, 2024
1 parent a15734d commit 51b6241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 class="mb-0">OU</h1>

{% if config['URL_API'] %}
var config = {};
config.URL_API = {{config['URL_API'].toString()}};
config.URL_API = String({{config['URL_API']}});
{% endif %}
var formData = {
email: $('#email').val(),
Expand Down

0 comments on commit 51b6241

Please sign in to comment.