mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
401 for unauthorised request to settings, notifications page fixes #714
This commit is contained in:
@@ -80,13 +80,13 @@ class ForumServiceProvider extends AbstractServiceProvider
|
||||
$routes->get(
|
||||
'/settings',
|
||||
'settings',
|
||||
$toController('Flarum\Forum\Controller\ClientController')
|
||||
$toController('Flarum\Forum\Controller\AuthorizedClientController')
|
||||
);
|
||||
|
||||
$routes->get(
|
||||
'/notifications',
|
||||
'notifications',
|
||||
$toController('Flarum\Forum\Controller\ClientController')
|
||||
$toController('Flarum\Forum\Controller\AuthorizedClientController')
|
||||
);
|
||||
|
||||
$routes->get(
|
||||
|
Reference in New Issue
Block a user