diff --git a/docs/en/index.md b/docs/en/index.md index 36e2e969..ffc08d3b 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -84,10 +84,10 @@ public function getAuthenticationService(ServerRequestInterface $request): Authe // Define where users should be redirected to when they are not authenticated $service->setConfig([ 'unauthenticatedRedirect' => [ - 'prefix' => false, - 'plugin' => false, - 'controller' => 'Users', - 'action' => 'login', + 'prefix' => false, + 'plugin' => false, + 'controller' => 'Users', + 'action' => 'login', ], 'queryParam' => 'redirect', ]);