Skip to content

Commit ada9896

Browse files
authored
small docs adjustments (#793)
1 parent 913c7ab commit ada9896

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/en/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ public function getAuthenticationService(ServerRequestInterface $request): Authe
8989
'controller' => 'Users',
9090
'action' => 'login',
9191
],
92+
// or just a simple string
93+
'unauthenticatedRedirect' => '/users/login',
9294
'queryParam' => 'redirect',
9395
]);
9496

0 commit comments

Comments
 (0)