I created a login with magic link button with an api call to supabase, but the api call is not being triggered on submitting the form. I followed the exact steps shown in the to-do list video.
Lucas G
1 year ago
Make sure the API call event is set to the form element's submit event and not its button element.