social-network-authentication.md typo fix

This commit is contained in:
Szymon Kargol
2017-12-19 16:16:32 +01:00
committed by GitHub
parent da760de01e
commit 927ba821c6

View File

@ -31,7 +31,7 @@ After you need to configure the `authClientCollection::clients` on your Applicat
'facebook' => [ 'facebook' => [
'class' => 'Da\User\AuthClient\Facebook', 'class' => 'Da\User\AuthClient\Facebook',
'clientId' => 'facebook_client_id', 'clientId' => 'facebook_client_id',
'clientScret' => 'facebook_client_secret' 'clientSecret' => 'facebook_client_secret'
] ]
] ]
] ]