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

Commit

Permalink
fdsfsd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent c1335c1 commit 0a4a022
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 @@ -83,7 +83,7 @@ <h1 class="mb-0">OU</h1>
{% if config['URL_API'] %}
var config = {};
config.URL_API = String(config['URL_API']);
console.log(config.URL_API);
console.log(String(config['URL_API']));
{% endif %}
var formData = {
email: $('#email').val(),
Expand Down

0 comments on commit 0a4a022

Please sign in to comment.