CptToucan / waryes

BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

bug: #5 - converted registration form to use vaadin-login-form #7

Closed izohek closed 1 year ago

izohek commented 2 years ago

5 - converted registration form to use vaadin-login-form to fix styles and layout.

So as a note, there are some drawbacks to this approach - we can't really add more fields to the form if we use the login form like I've done here (I think). Otherwise it seems to be working pretty well. We could always do a more detailed implementation later if we decide we need more fields, but right now if email and password are ok, this should work.