diff --git a/core/modules/user/user.routing.yml b/core/modules/user/user.routing.yml index 6dc4fdb..6eb709f 100644 --- a/core/modules/user/user.routing.yml +++ b/core/modules/user/user.routing.yml @@ -5,9 +5,6 @@ user.register: _title: 'Create new account' requirements: _access_user_register: 'TRUE' - # @todo Remove when https://www.drupal.org/node/2465053 lands. - options: - no_cache: TRUE user.logout: path: '/user/logout'