Skip to content

Commit

Permalink
fix fb redirect to game
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Sep 29, 2018
1 parent 33acd8a commit 933ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
'options' => array(
'route' => '/authenticate',
'defaults' => array(
'controller' => 'zfcuser',
'controller' => \PlaygroundUser\Controller\Frontend\UserController::class,
'action' => 'authenticate',
),
),
Expand Down

0 comments on commit 933ad6e

Please sign in to comment.