krgamestudios / MERN-template

A website template using the MERN stack. It is geared towards Persistent Browser Based Games (think neopets), but is flexible enough for a number of different uses.
zlib License
68 stars 9 forks source link

The signup button should be disabled as soon as it is clicked #20

Closed Ratstail91 closed 2 years ago

Ratstail91 commented 2 years ago

The signup button remains clickable while the email is being sent - this leads to the user being able to click it multiple times, and send themselves multiple emails.

Ratstail91 commented 2 years ago

Probably fixable here: https://github.com/krgamestudios/MERN-template/blob/main/client/components/pages/signup.jsx#L30

Ratstail91 commented 2 years ago

Also needs to be mirrored in egg trainer.

Ratstail91 commented 2 years ago

This needs to be fixed soon.