mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Allow profile index [skip ci]
This commit is contained in:
parent
c91bb5a565
commit
5d9e547d05
@ -62,7 +62,7 @@ class ProfileController extends Controller
|
||||
return $next($request);
|
||||
}
|
||||
);
|
||||
$this->middleware(IsLimitedUser::class)->except(['confirmEmailChange', 'undoEmailChange']);
|
||||
$this->middleware(IsLimitedUser::class)->except(['confirmEmailChange','index', 'undoEmailChange']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user