Skip to content

Commit 90802a6

Browse files
committed
Tweak
1 parent 4017cef commit 90802a6

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
@@ -163,7 +163,7 @@ can define what happens in these cases:
163163
``onAuthenticationSuccess(Request $request, TokenInterface $token, string $firewallName): ?Response``
164164
If the user is authenticated, this method is called with the
165165
authenticated ``$token``. This method can return a response (e.g.
166-
redirect the user to their profile page).
166+
redirect the user to some page).
167167

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

0 commit comments

Comments
 (0)