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

Commit

Permalink
euh ???
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent a300a8a commit f885f01
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 @@ -91,7 +91,7 @@ <h1 class="mb-0">OU</h1>

$.ajax({
type: 'POST',
url: String(config.URL_API)+"/login",
url: config.URL_API+"/login",
contentType: 'application/json;charset=UTF-8',
data: JSON.stringify(formData),
xhrFields: {
Expand Down

0 comments on commit f885f01

Please sign in to comment.