mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Limit routes for demo user.
This commit is contained in:
@@ -54,6 +54,7 @@ class HomeController extends Controller
|
||||
parent::__construct();
|
||||
View::share('title', 'Firefly III');
|
||||
View::share('mainTitleIcon', 'fa-fire');
|
||||
$this->middleware(IsLimitedUser::class)->except(['dateRange', 'index']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user