Skip to content

Commit 65b316a

Browse files
committed
[#1686] Very minor tweak per @wouterj
1 parent de4085a commit 65b316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ set an authenticated token in the security context if successful.
140140
141141
$this->securityContext->setToken($authToken);
142142
} catch (AuthenticationException $failed) {
143-
// you might log something here
143+
// ... you might log something here
144144
145145
// To deny the authentication clear the token. This will redirect to the login page.
146146
// $this->securityContext->setToken(null);

0 commit comments

Comments
 (0)