swarmcity / terminal-ts

Terminal implementation in TS
0 stars 0 forks source link

Typing "enter" on `/create-account` refreshes the page #39

Open filoozom opened 2 years ago

filoozom commented 2 years ago

Instead of confirming and going to the next page, typing a username and then "enter" refreshes the page, resulting in bad user experience.

On /account-password, the "enter" key doesn't do anything, when it should submit the form (assuming both passwords are filled in and identical).