#33 removed console log
This commit is contained in:
@@ -198,8 +198,6 @@ const socialNetworkAccount = ref("");
|
||||
|
||||
async function sendForm() {
|
||||
try {
|
||||
console.log(reasonToJoin.value);
|
||||
|
||||
const requestBody = {
|
||||
FirstName: name.value,
|
||||
LastName: name.value,
|
||||
|
||||
Reference in New Issue
Block a user