Skip to content

Commit

Permalink
Bug em prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbrp committed Jun 28, 2024
1 parent 1946ccc commit f50fc7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/logincadastroapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ const cadastrar = async (formElement) => {
method: 'POST',
body: formData
});
console.log(response.text())
if (!response.ok)
throw new Error("Error");

Expand Down

0 comments on commit f50fc7f

Please sign in to comment.