We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0f6ad commit a7cbb18Copy full SHA for a7cbb18
app/Services/QrcodeService.php
@@ -30,12 +30,12 @@ class QrcodeService
30
{
31
// If the form is completed faster than this, then suspect a robot.
32
// private const float MINIMUM_FORM_TIME = 3.0;
33
- /**
34
- * Generate a QR code image based on 2FA secret and return both.
35
- *
36
- * @param UserInterface $user
37
- * @return array<string, mixed>
38
- */
+ /**
+ * Generate a QR code image based on 2FA secret and return both.
+ *
+ * @param UserInterface $user
+ * @return array<string, mixed>
+ */
39
40
public function genQRcode(UserInterface $user): array
41
0 commit comments