3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/ui/user/farm_ui_user.routing.yml
2021-09-09 14:27:31 -04:00

9 lines
248 B
YAML

farm_ui_user.access_denied:
path: '/403'
defaults:
_title: 'Access denied'
_controller: 'Drupal\farm_ui_user\Controller\ErrorPageController::on403'
requirements:
# No access restriction for the 403 error page.
_access: 'TRUE'