Skip to content

Commit 278af0e

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Security]: Redirect user to profile page
2 parents 83a794c + 90802a6 commit 278af0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ can define what happens in these cases:
154154
``onAuthenticationSuccess(Request $request, TokenInterface $token, string $firewallName): ?Response``
155155
If the user is authenticated, this method is called with the
156156
authenticated ``$token``. This method can return a response (e.g.
157-
redirect the user to the homepage).
157+
redirect the user to some page).
158158

159159
If ``null`` is returned, the request continues like normal (i.e. the
160160
controller matching the login route is called). This is useful for API

0 commit comments

Comments
 (0)