We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4a4fd commit 179719aCopy full SHA for 179719a
docs/en/index.md
@@ -84,10 +84,10 @@ public function getAuthenticationService(ServerRequestInterface $request): Authe
84
// Define where users should be redirected to when they are not authenticated
85
$service->setConfig([
86
'unauthenticatedRedirect' => [
87
- 'prefix' => false,
88
- 'plugin' => false,
89
- 'controller' => 'Users',
90
- 'action' => 'login',
+ 'prefix' => false,
+ 'plugin' => false,
+ 'controller' => 'Users',
+ 'action' => 'login',
91
],
92
'queryParam' => 'redirect',
93
]);
0 commit comments