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

Commit

Permalink
test100000
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent 800b49e commit a300a8a
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']}};
config.URL_API = String(config['URL_API']);
{% endif %}
var formData = {
email: $('#email').val(),
Expand Down

0 comments on commit a300a8a

Please sign in to comment.