diff --git a/docs/index.md b/docs/index.md index 366776f7..56e561b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -128,13 +128,6 @@ For implementation into Symfony projects, please see [bundle documentation](basi bin/console doctrine:schema:update --force ``` -1. Enable the authenticator security system in `config/security.yaml` file: - -```yaml -security: - enable_authenticator_manager: true -``` - 1. Import the routes inside your `config/routes.yaml` file: ```yaml