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

fix challenge URL in notification

parent 2cdf9bfa
No related branches found
No related tags found
No related merge requests found
...@@ -474,7 +474,7 @@ sub req_complete_challenge { ...@@ -474,7 +474,7 @@ sub req_complete_challenge {
entityid => $entityid, entityid => $entityid,
token => $token->secret(), token => $token->secret(),
challenge_url => sprintf( challenge_url => sprintf(
'%s&action=complete_challenge&federation=%s&entity=%s&email=%s', '%s?action=complete_challenge&federation=%s&entityid=%s&email=%s',
$self->{configuration}->{app}->{url}, $self->{configuration}->{app}->{url},
$federation, $federation,
$entityid, $entityid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment