mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
Minor fix for 2fa method name
This commit is contained in:
parent
b21714c00c
commit
4e9b92c2da
@ -30,7 +30,7 @@ class TwoFactorController extends BaseController
|
|||||||
$google2fa = new Google2FA();
|
$google2fa = new Google2FA();
|
||||||
$secret = $google2fa->generateSecretKey();
|
$secret = $google2fa->generateSecretKey();
|
||||||
|
|
||||||
$qr_code = $google2fa->getQRCodeGoogleUrl(
|
$qr_code = $google2fa->getQRCodeUrl(
|
||||||
config('ninja.app_name'),
|
config('ninja.app_name'),
|
||||||
$user->email,
|
$user->email,
|
||||||
$secret
|
$secret
|
||||||
|
Loading…
Reference in New Issue
Block a user