Skip to content

Commit

Permalink
Fix login/logout redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 1, 2024
1 parent 57ddc4c commit 2b0d728
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib-http/src/login-controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ reply login_controller::create_redirect_for_request(const request &req)
{
uri url = get_context_name();

if (req.has_parameter("uri"))
url /= req.get_parameter("uri");

if (req.has_parameter("uri"))
{
uri requested_uri(req.get_parameter("uri"));
Expand Down

0 comments on commit 2b0d728

Please sign in to comment.