mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Auto commit for release 'develop' on 2024-02-01
This commit is contained in:
@@ -68,9 +68,9 @@ class IndexController extends Controller
|
||||
{
|
||||
if(auth()->user()->hasRole('demo')) {
|
||||
session()->flash('info', (string) trans('firefly.demo_user_export'));
|
||||
return redirect(route('export.index'));
|
||||
}
|
||||
|
||||
return redirect(route('export.index'));
|
||||
}
|
||||
|
||||
/** @var ExportDataGenerator $generator */
|
||||
$generator = app(ExportDataGenerator::class);
|
||||
|
Reference in New Issue
Block a user