Skip to content

Remove redundant sign out from login flow

Désirée Chevalier requested to merge qa-remove-redundant-login-check into master

What does this MR do and why?

Removes redundant login check and sign out from login flow.

redirect_to_login_page already runs sign_out_if_signed_in therefore the entire if statement for Page::Main::Menu.perform(&:sign_out) is redundant.

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