]> Raphaël G. Git Repositories - userbundle/commitdiff
Add change to do 0.0.2
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Nov 2019 02:52:11 +0000 (03:52 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Nov 2019 02:52:11 +0000 (03:52 +0100)
Controller/DefaultController.php

index d3c2a3f0ca2e481c11dfe76b7c93eeaa8e3468ce..5c817d3564485eeff69234a349b1643452f8129b 100644 (file)
@@ -11,6 +11,7 @@ use Symfony\Component\Form\FormError;
 use Rapsys\UserBundle\Utils\Slugger;
 
 class DefaultController extends Controller {
+       //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz']
        public function loginAction(Request $request, AuthenticationUtils $authenticationUtils) {
                //Get template
                $template = $this->container->getParameter(($alias = $this->getAlias()).'.login.template');