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