hrydgard / ppsspp-site

New PPSSPP website
60 stars 26 forks source link

incorrect handling of empty email field on login page #14

Closed CarlosZBent closed 1 year ago

CarlosZBent commented 1 year ago

If the user attempts lo log in using an email but not a password, the validation works and it show an error saying "You must provide both email and password." But if both email and password are missing, the validation fails and it shows this in dev mode:

image

and this in prod (while not showing any error on screen): image

hrydgard commented 1 year ago

Will actually deploy the fix tomorrow.