Skip to content

Refactor sign in HAML partials in a logical way

Eduardo Sanz García requested to merge eduardosanz/unify-haml into master

What does this MR do and why?

Refactor sign in HAML partials in a logical way

Group HAML partials related to the sign in forms into two groups:

  • Multiform sign in with tabs
  • Single standard sign in

In addition, we remove unneeded HAMLs, variables and QA selectors.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No changes

How to set up and validate locally

  1. On an incognito window, test single standard sign in form
  2. Set up LDAP to test the multi sign in forms.
Edited by Eduardo Sanz García

Merge request reports