Skip to content

Commit 179719a

Browse files
authored
Fix docs indentation in auth service example (#786)
Align the unauthenticatedRedirect array in docs/en/index.md with the surrounding examples.
1 parent 0e4a4fd commit 179719a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ public function getAuthenticationService(ServerRequestInterface $request): Authe
8484
// Define where users should be redirected to when they are not authenticated
8585
$service->setConfig([
8686
'unauthenticatedRedirect' => [
87-
'prefix' => false,
88-
'plugin' => false,
89-
'controller' => 'Users',
90-
'action' => 'login',
87+
'prefix' => false,
88+
'plugin' => false,
89+
'controller' => 'Users',
90+
'action' => 'login',
9191
],
9292
'queryParam' => 'redirect',
9393
]);

0 commit comments

Comments
 (0)