mirror of
https://github.com/humhub/humhub.git
synced 2025-04-15 04:34:53 +02:00
commit
f0b3be8fd6
@ -11,7 +11,7 @@ Authentication
|
||||
'components' => [
|
||||
// ...
|
||||
'authClientCollection' => [
|
||||
'class' => 'yii\authclient\Collection',
|
||||
'class' => 'humhub\modules\user\authclient\Collection',
|
||||
'clients' => [
|
||||
'github' => [
|
||||
'class' => 'yii\authclient\clients\GitHub',
|
||||
@ -46,7 +46,7 @@ Authentication
|
||||
'components' => [
|
||||
// ...
|
||||
'authClientCollection' => [
|
||||
'class' => 'yii\authclient\Collection',
|
||||
'class' => 'humhub\modules\user\authclient\Collection',
|
||||
'clients' => [
|
||||
'facebook' => [
|
||||
'class' => 'yii\authclient\clients\Facebook',
|
||||
|
Loading…
x
Reference in New Issue
Block a user