mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-20 19:39:20 +02:00
No need for QR code border
This commit is contained in:
parent
63960eb57d
commit
5831b2d7db
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class ProfileController extends Controller
|
||||||
|
|
||||||
$db = $container->get('db');
|
$db = $container->get('db');
|
||||||
|
|
||||||
$qrCodeProvider = new BaconQRCodeProvider($borderWidth = 4, $backgroundColour = '#ffffff', $foregroundColour = '#000000', $format = 'svg');
|
$qrCodeProvider = new BaconQRCodeProvider($borderWidth = 0, $backgroundColour = '#ffffff', $foregroundColour = '#000000', $format = 'svg');
|
||||||
$tfa = new TwoFactorAuth(
|
$tfa = new TwoFactorAuth(
|
||||||
issuer: "Namingo",
|
issuer: "Namingo",
|
||||||
qrcodeprovider: $qrCodeProvider,
|
qrcodeprovider: $qrCodeProvider,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue