You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ use RobThree\Auth\Providers\Qr\QRServerProvider;
20
20
$tfa = new TwoFactorAuth(new QRServerProvider());
21
21
~~~
22
22
23
-
If you provided one before, the order of the parameters have been changed, so simply move the QRCodeProvider argument to the first place.
23
+
If you provided one before, the order of the parameters have been changed, so simply move the QRCodeProvider argument to the first place or use named arguments.
24
24
25
25
Documentation on selecting a QR Code Provider is available here: [QR Code Provider documentation](https://robthree.github.io/TwoFactorAuth/qr-codes.html).
0 commit comments