Merge pull request #1492 from pixelfed/frontend-ui-refactor

Update AccountController
This commit is contained in:
daniel 2019-07-11 00:05:05 -06:00 committed by GitHub
commit 3314fa25b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,13 @@
namespace App\Http\Controllers;
use Auth;
use Cache;
use Mail;
use Redis;
use Carbon\Carbon;
use App\Mail\ConfirmEmail;
use Illuminate\Http\Request;
use {Auth, Cache, Mail, Redis};
use PragmaRX\Google2FA\Google2FA;
use App\Jobs\FollowPipeline\FollowPipeline;
use App\{