Skip to content

Commit ff6ce21

Browse files
authored
Update multiple_guard_authenticators.rst
1 parent b715c2b commit ff6ce21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/multiple_guard_authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This is how your security configuration can look in action:
6868
'default' => [
6969
'anonymous' => null,
7070
'guard' => [
71-
'entry_point' => '',
71+
'entry_point' => LoginFormAuthenticator::class,
7272
'authenticators' => [
7373
LoginFormAuthenticator::class,
7474
FacebookConnectAuthenticator::class,

0 commit comments

Comments
 (0)