Skip to content

Fix redirection after login when the referer have params

What does this MR do?

referer_uri.path will return the path without its parameters. I've replaced it with referer_uri.request_uri.

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #29669 (closed)

Merge request reports