Skip to content

Hide borders when entering admin mode - 2

Eduardo Sanz García requested to merge eduardosanz/bordeless-sign-in into master

What does this MR do and why?

This is a follow-up from !118333 (merged).

In the MR above, we hide the borders in https://gdk.test:3443/admin/session/new. However, we forgot to hide the borders in the 2FA admin mode page. In addition we simplify/shorten the way we include the class.

Screenshots or screen recordings

image

How to set up and validate locally

  1. Enable 2FA for the admin user
  2. Go to Admin > Settings > General > Sign-in restrictions and select Enable admin mode
  3. Go to https://gdk.test:3443/admin/session/new
  4. Enter password
  5. Check that no border is shown in the 2FA page for admin mode.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports