Skip to content

Commit

Permalink
#5 Use correct class in readme (#6)
Browse files Browse the repository at this point in the history
(thanks @kevinirlen)
  • Loading branch information
erkens authored May 22, 2024
1 parent 353f4da commit de79f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After you have installed and configured [scheb/2fa-bundle](https://github.com/sc
composer require erkens/2fa-text
```

First thing to do is make a new service that implements `Erkens\Security\TwoFactorTextBundle\Generator\CodeGeneratorInterface`
First thing to do is make a new service that implements `Erkens\Security\TwoFactorTextBundle\TextSender\AuthCodeTextInterface`
so we can actually send a sms or text message. This service can then be used in the configuration as "auth_code_sender":

```
Expand Down

0 comments on commit de79f04

Please sign in to comment.