1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Minor fix for 2fa method name

This commit is contained in:
David Bomba 2021-03-09 07:46:30 +11:00
parent b21714c00c
commit 4e9b92c2da

View File

@ -30,7 +30,7 @@ class TwoFactorController extends BaseController
$google2fa = new Google2FA();
$secret = $google2fa->generateSecretKey();
$qr_code = $google2fa->getQRCodeGoogleUrl(
$qr_code = $google2fa->getQRCodeUrl(
config('ninja.app_name'),
$user->email,
$secret