1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Use a listener to skip registration

This commit is contained in:
Yassine Guedidi 2022-05-05 23:29:25 +02:00
parent bfc28d4c0b
commit 007bd31bee
4 changed files with 51 additions and 24 deletions

View file

@ -41,12 +41,6 @@ homepage:
fos_user:
resource: "@FOSUserBundle/Resources/config/routing/all.xml"
fos_user_registration_register:
path: /register
defaults:
_controller: Wallabag\UserBundle\Controller\RegistrationController::registerAction
methods: [GET, POST]
fos_oauth_server_token:
resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"