diff --git a/service-front/app/config/routes.php b/service-front/app/config/routes.php index 5fcb3b79fd..b22132b480 100644 --- a/service-front/app/config/routes.php +++ b/service-front/app/config/routes.php @@ -72,7 +72,7 @@ new ConditionalRoutingMiddleware( $container, $ALLOW_GOV_ONE_LOGIN, - Actor\Handler\AuthoriseOneLoginHandler::class, + Actor\Handler\AuthenticateOneLoginHandler::class, Actor\Handler\ActorTriagePageHandler::class ) ], ['GET', 'POST'], 'home');