Code development platform for open source projects from the European Union institutions

Skip to content

[#15] Remove 'action' URL param after logging in

Daniel JIANU requested to merge #15-remove-action-param-URL into development

This small PR removes the ?action=login search param from the URL after logging in.

How to Test

  • Log out
  • Try to access a sub-page, such as http://localhost/data-sources
  • Log in
  • Verify that you still end up on the correct subpage
  • Verify that the action param gets removed from the URL after the page fully loads

Merge request reports