mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Basic tutorial for new users.
This commit is contained in:
		@@ -53,6 +53,11 @@ class HomeController extends Controller
 | 
			
		||||
 | 
			
		||||
        $types             = Config::get('firefly.accountTypesByIdentifier.asset');
 | 
			
		||||
        $count             = $repository->countAccounts($types);
 | 
			
		||||
 | 
			
		||||
        if($count == 0) {
 | 
			
		||||
            return Redirect::route('new-user.index');
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        $title             = 'Firefly';
 | 
			
		||||
        $subTitle          = trans('firefly.welcomeBack');
 | 
			
		||||
        $mainTitleIcon     = 'fa-fire';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user