Migrate sign in form to Vue
Implementation guide
See !206825 for some of the starting point
- Render a simple HAML form. This will help avoid page jump and will be replaced with Vue from when rendered.
- Use
parseRailsFormFieldsto get input names and values - Render a Vue form using
GlFormFields - Validation should only happen on submit. This will be made configurable in gitlab-org/gitlab-services/design.gitlab.com#3038
- Ensure form still works with password managers
Edited by 🤖 GitLab Bot 🤖