mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
New stuff pertaining to the import procedure and user registration.
This commit is contained in:
@@ -30,7 +30,7 @@ Route::group(['before' => 'csrf|auth'], function () {
|
||||
);
|
||||
|
||||
// guest routes:
|
||||
Route::group(['before' => 'csrf|auth'], function () {
|
||||
Route::group(['before' => 'guest'], function () {
|
||||
// user controller
|
||||
Route::get('/login', ['uses' => 'UserController@login', 'as' => 'login']);
|
||||
Route::get('/register', ['uses' => 'UserController@register', 'as' => 'register']);
|
||||
|
||||
Reference in New Issue
Block a user