]> Raphaël G. Git Repositories - userbundle/commitdiff
Fix confirm route user controller method
authorRaphaël Gertz <git@rapsys.eu>
Thu, 31 Oct 2024 05:40:49 +0000 (06:40 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 31 Oct 2024 05:40:49 +0000 (06:40 +0100)
config/routes/rapsysuser.yaml

index 0db772d8d9af6823fcf2982109aaec65d791a6df..2ce9425668e5fd99cefa4cea5ebb68a0b2055261 100644 (file)
@@ -5,7 +5,7 @@ rapsysuser:
 
 rapsysuser_confirm:
     path: /confirm/{hash}/{mail}
-    controller: Rapsys\UserBundle\Controller\UserController::registerMail
+    controller: Rapsys\UserBundle\Controller\UserController::confirm
     requirements:
         hash: '[a-zA-Z0-9=_-]+'
         mail: '[a-zA-Z0-9=_-]+'