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

oops

parent b3b3dc77
Branches
Tags
No related merge requests found
......@@ -412,10 +412,11 @@ sub req_generate_token {
## Send the challenge email with the token
IdPAccountManager::Tools::mail_notice(
template => 'mail/send_authentication_token.tt2.eml',
to => $self->{in}->{email_address},
data => $self->{out},
logger => $self->{logger}
template => 'mail/send_authentication_token.tt2.eml',
templates_dir => $self->{configuration}->{templates_dir},
to => $self->{in}->{email_address},
data => $self->{out},
logger => $self->{logger}
);
$self->{logger}->infof(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment