Prepare 2FA
This commit is contained in:
parent
63ca2a209d
commit
6d890aaf7f
11 changed files with 135 additions and 10 deletions
|
@ -19,7 +19,8 @@ class AdminController extends Controller
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
return $this->middleware('admin');
|
||||
$this->middleware('admin');
|
||||
$this->middleware('twofactor');
|
||||
}
|
||||
|
||||
public function home()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue