Allow ctrl+enter to submit the password on the login screen #80
Labels
📦 boba-frontend
An issue that involves the boba-frontend repository
🌤 Easy
🐞 Feature
Add a new feature or improve an existing one
🦵 Good first issue
Good for newcomers to the project
⏩ Ready to implement
💪 Self-contained
The task doesn't have broad repercussions on the BobaBoard codebase
🛶 Small
Note: I think the "right" way to do this is to change the login popup to use a
<form>
tag and have the Login button be "type="submit"
" (we also probably need topreventDefault
on the form submit event). We haven't done this before (my bad for bad development practices), so I might be wrong, but we should attempt to get it to work that way.I swear this is less complex than it sounds.
The text was updated successfully, but these errors were encountered: