yann-yinn / adonis-starter

A Node.js / TypeScript / Postgres starter with ready-to-use users management (register, login, forgot password etc) to focus on building your new ideas. Built upon the excellent AdonisJS MVC Framework.
71 stars 15 forks source link

Refacto passworfields to a component #19

Closed yann-yinn closed 3 years ago

yann-yinn commented 3 years ago

Password field is becoming more and more complex, leading to duplicate code in several different forms.

We should extract it to a adonis "component", and the use this component in all form using the password fields. (see this comment for more details on the component https://github.com/yann-yinn/mvp-starter/pull/18#issuecomment-932239775)

yann-yinn commented 3 years ago

done