mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 04:34:00 +00:00
Improved test coverage.
This commit is contained in:
@@ -116,6 +116,6 @@ class NewUserController extends Controller
|
||||
Session::flash('success', 'New account(s) created!');
|
||||
Preferences::mark();
|
||||
|
||||
return Redirect::route('home');
|
||||
return Redirect::route('index');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user