diff --git a/content/join.html b/content/join.html
index bd2296a..76b0d69 100644
--- a/content/join.html
+++ b/content/join.html
@@ -16,10 +16,8 @@
.findIndex(item => item.title === email);
if (index !== -1) {
- console.log(result[index]);
return true;
} else {
- console.log("Item not found");
return false;
}
}
@@ -69,7 +67,7 @@
.then(response => response.json())
.then(result => {
console.log('Success:', result);
- alaert("Request submitted. A working group member will process your registration shortly. If you receive no contact within seven days of registration, please send an email to support@ilot.io");
+ alert("Request submitted. A working group member will process your registration shortly. If you receive no contact within seven days of registration, please send an email to support@ilot.io");
})
.catch(error => {
console.error('Error:', error)