Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Formik to Register/Login page #833

Open
isiakaabd opened this issue Aug 14, 2021 · 2 comments
Open

Adding Formik to Register/Login page #833

isiakaabd opened this issue Aug 14, 2021 · 2 comments

Comments

@isiakaabd
Copy link

Is your feature request related to a problem? Please describe.

The signup/login page only have HTML validation.(the required attribute,)

Describe the solution you'd like

with Formik, more aesthetic, validation and functionality to the form

@moshfeu
Copy link
Member

moshfeu commented Aug 14, 2021

Hi, thank you for the feedback!
I'm not familiar with Formik but from a very quick look it looks awesome!

Have said that, the login / register forms are generated and actually hosted in auth0 - our authentication provider so we don't have much control of it.

Auth0 gives the ability to make our own login / register page but since it does work, I believe we should put our limited resources (developers) on things we don't have at all.

What do you think?

BTW, we have more forms, it would be an interesting experiment to switch them to Formik or other React form library. Would you want to explore this?

@isiakaabd
Copy link
Author

Thanks for the response Moshfeu,
The current UI is awesome,my thought was having the signup/login button inactive when no email/password is enter, so a user don't bother at all on clicking it, also it helps to format the UI and things like password strength and the likes can be displayed.

I would love to explore other forms that react formik can be used. I will further search the repo and a direction will be appreciated.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants