Strapi Schema fixed register Console log removed

This commit is contained in:
s-prechtl 2022-10-04 08:16:49 +02:00
parent d03c46fa5f
commit c5799921d1
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,6 @@
* Handles the button click.
*/
async function handleSubmit() {
console.log("TEST")
const endpoint = "http://localhost:1337/api/auth/local/register";
const payload = {
email: email,