Skip to content

Commit

Permalink
Smaller QR
Browse files Browse the repository at this point in the history
  • Loading branch information
maurohmartinez committed Sep 13, 2024
1 parent 0fb5354 commit 7316686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwoFactorAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function generateQR(string $userSecret): string
config('app.name'),
Auth::guard(config('two_factor_auth.guard'))->user()->getAttribute('email'),
$userSecret,
500,
200,
);
}

Expand Down

0 comments on commit 7316686

Please sign in to comment.