Skip to content
Snippets Groups Projects
Commit 2281794a authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix redirection

parent 4784c0e7
No related branches found
No related tags found
No related merge requests found
...@@ -524,7 +524,9 @@ sub send_challenge { ...@@ -524,7 +524,9 @@ sub send_challenge {
) )
); );
$self->redirect_to('validate_challenge', email => $email, entityid => $entityid); $self->redirect_to(
$self->url_for('validate_challenge')->query(email => $email, entityid => $entityid)
);
} }
sub validate_challenge { sub validate_challenge {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment