kphurley / swlcgdb

A Deckbuilder for Star Wars: The Card Game LCG
4 stars 3 forks source link

Fix poor UX on register users page #63

Closed kphurley closed 6 months ago

kphurley commented 6 months ago

Thanks to Trevor Davis for sniffing out this one.

The problem was a missing evt.preventDefault() on a submit form action, cutting off the request to make the new user and reloading the page. This change should fix it.