mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 00:44:41 +08:00
Started moving MFA and email confirmation to new login flow
Instead of being soley middleware based.
This commit is contained in:
@ -4,7 +4,7 @@ Route::get('/status', 'StatusController@show');
|
||||
Route::get('/robots.txt', 'HomeController@getRobots');
|
||||
|
||||
// Authenticated routes...
|
||||
Route::group(['middleware' => ['auth', 'mfa']], function () {
|
||||
Route::group(['middleware' => 'auth'], function () {
|
||||
|
||||
// Secure images routing
|
||||
Route::get('/uploads/images/{path}', 'Images\ImageController@showImage')
|
||||
|
Reference in New Issue
Block a user