Skip to content

Commit

Permalink
Removed comments from authClientCollection
Browse files Browse the repository at this point in the history
The user account settings do not work when the comments are there.
  • Loading branch information
misteu authored Apr 19, 2023
1 parent 8684f3a commit f00ab40
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,22 @@
],
],
],
// 'authClientCollection' => [
// 'class' => 'yii\authclient\Collection',
// 'clients' => [
// 'google' => [
// 'class' => 'yii\authclient\clients\Google',
// 'clientId' => '',
// 'clientSecret' => '',
// ],
// 'facebook' => [
// 'class' => 'yii\authclient\clients\Facebook',
// 'clientId' => '',
// 'clientSecret' => '',
// 'scope' => 'email',
// ],
// ]
// ],
'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'google' => [
'class' => 'yii\authclient\clients\Google',
'clientId' => '',
'clientSecret' => '',
],
'facebook' => [
'class' => 'yii\authclient\clients\Facebook',
'clientId' => '',
'clientSecret' => '',
'scope' => 'email',
],
]
],
'assetManager' => [
'bundles' => [
'yii\authclient\widgets\AuthChoiceStyleAsset' => [
Expand Down

0 comments on commit f00ab40

Please sign in to comment.