Closed
Description
Our login page takes a ?redirect
parameter, which is supposed to specify the landing page after the login flow completes.
However, this not working as expected, and always takes the user to /projects
:
This is a blocker for #298 because that relies on ?redirect=%2Fcli_auth
to work correctly.