mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -66,7 +66,7 @@ class HomeController extends Controller
|
||||
}
|
||||
Log::debug('Email is ', [$email]);
|
||||
|
||||
return view('admin.index', compact('title', 'mainTitleIcon','email'));
|
||||
return prefixView('admin.index', compact('title', 'mainTitleIcon','email'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user