Minor fix for 2fa method name
This commit is contained in:
parent
b21714c00c
commit
4e9b92c2da
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue