Merge pull request #6113 from turbo124/v5-develop

Fixes for Two Factor
This commit is contained in:
David Bomba 2021-06-23 15:01:29 +10:00 committed by GitHub
commit 752122cbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
namespace App\Http\Controllers;
use App\Models\User;
use App\Transformers\UserTransformer;
use Crypt;
use PragmaRX\Google2FA\Google2FA;