Prepare 2FA

This commit is contained in:
Daniel Supernault 2018-09-15 23:15:45 -06:00
parent 63ca2a209d
commit 6d890aaf7f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
11 changed files with 135 additions and 10 deletions

View file

@ -19,7 +19,8 @@ class AdminController extends Controller
public function __construct()
{
return $this->middleware('admin');
$this->middleware('admin');
$this->middleware('twofactor');
}
public function home()