Skip to content

Commit

Permalink
fix: better understanding for QrCodeProvider class
Browse files Browse the repository at this point in the history
  • Loading branch information
modelrailroader authored Jun 23, 2023
1 parent d5aa22a commit 0565d63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/qr-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ If you do not want to use the default QR code provider, you can specify the one
```php
use RobThree\Auth\TwoFactorAuth;

$qrCodeProvider = new YourChosenProvider();

$tfa = new TwoFactorAuth(
issuer: "Your Company Or App Name",
qrcodeprovider: $qrCodeProvider
Expand Down

0 comments on commit 0565d63

Please sign in to comment.