hrydgard / ppsspp-site

New PPSSPP website
57 stars 26 forks source link

fix: catch empty email before attempting to trim it for validation #15

Closed CarlosZBent closed 1 year ago

CarlosZBent commented 1 year ago

else email==undefined and it fails quietly with error Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'trim')

issue #14

hrydgard commented 1 year ago

nice one, thanks!