mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Started barebones work of MFA system
This commit is contained in:
@ -223,6 +223,8 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
Route::get('/roles/{id}', 'RoleController@edit');
|
||||
Route::put('/roles/{id}', 'RoleController@update');
|
||||
});
|
||||
|
||||
Route::get('/mfa/setup', 'Auth\MfaController@setup');
|
||||
});
|
||||
|
||||
// Social auth routes
|
||||
|
Reference in New Issue
Block a user