Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from ajanssen/patch-1
Browse files Browse the repository at this point in the history
Forgot requirement
  • Loading branch information
scheb committed May 26, 2015
2 parents 636740b + 930905b commit 9f43a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/security_email.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<service id="scheb_two_factor.auth_code_mailer" class="%scheb_two_factor.auth_code_mailer.class%">
<argument type="service" id="mailer" />
<argument>%scheb_two_factor.email.sender_email%</argument>
<argument>%scheb_two_factor.email.sender_name%</argument>
</service>
<service id="scheb_two_factor.security.email.code_generator" class="%scheb_two_factor.security.email.code_generator.class%">
<argument type="service" id="scheb_two_factor.persister.doctrine" />
Expand Down

0 comments on commit 9f43a58

Please sign in to comment.