minor fix

pull/116/head
Aevann 2023-02-08 18:46:08 +02:00
parent 42de90c955
commit 134a9f4e44
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ function submit(form) {
submitButton.disabled = true;
const xhr = new XMLHttpRequest();
xhr.withCredentials=true;
formData = new FormData(form);