Skip to content

Commit

Permalink
[Itamar Paulo] Falha
Browse files Browse the repository at this point in the history
Quebrando app de proposito
  • Loading branch information
ItamarPaulo committed Aug 22, 2023
1 parent e7145ca commit e675be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ document.querySelector('button[type="submit"]')
return showAndHideErrorMessage()
}
if (!emailField.value.match(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/)) {
return showAndHideErrorMessage()
// return showAndHideErrorMessage()
}
firstNameField.value = ''
lastNameField.value = ''
Expand Down

0 comments on commit e675be6

Please sign in to comment.