heatsynclabs / members_ui

Makerspace UI for use as part of the members_app
https://github.com/heatsynclabs/members_app
Apache License 2.0
2 stars 2 forks source link

feat: Login with email form submit #21

Closed duncanbeevers closed 1 year ago

duncanbeevers commented 1 year ago

When creating an account an email field and button are presented. By wrapping the button and field in a form and attaching an onSubmit handler, the form handles submission by pressing enter on the keyboard as well as touch / mouse input.

monteslu commented 1 year ago

thanks!