Skip to content

Remove flash warning from login page

What does this MR do?

Redirects the login page to unlogged users attempting to access the root_path. It prevents a raising exception when unlogged users try to access the root_path.

Are there points in the code the reviewer needs to double check?

  1. app/controllers/root_controller.rb
  2. The tests included.

Why was this MR needed?

To fix an UX related issue.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#25360 (closed)

Merge request reports