typo
All checks were successful
/ preview (pull_request) Successful in 38s

This commit is contained in:
Antoine Martin 2025-04-03 12:28:02 -04:00
parent 8ca24923a7
commit 410c11df0e
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -20,7 +20,7 @@
}
async function createIssue() {
var var = 'https://forge.ilot.io/api/v1/repos/ilot/registration/issues';
var url = 'https://forge.ilot.io/api/v1/repos/ilot/registration/issues';
var mathspamtrap = document.getElementById("math-spam-trap").value;
var agreetoterms = document.getElementById("agree-to-terms").checked;
var email = document.getElementById("email").value;