Now users can submit forms by hitting enter
@mainakkaniam is attempting to deploy a commit to the Stackframe Team on Vercel.
A member of the Team first needs to authorize it.
Since this will capture all Enter presses on the page, this will cause weird behaviour if there are other things on the same page as the SignIn component. I believe the better way to do this is to have an <input type="submit" hidden> inside of a <form /> element, so we can use the default browser behavior. This should probably also be done on all the forms in stack-server.
@fomalhautb I believe you already built something like this? Can you combine it with this PR?
Okay!
Moving to #57