Browse Source

Update Aauth.php

v3-dev
Raphael Jackstadt 6 years ago committed by GitHub
parent
commit
08350e7f89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      app/Config/Aauth.php

12
app/Config/Aauth.php

@ -323,18 +323,6 @@ class Aauth extends BaseConfig
public $socialRemember = true; public $socialRemember = true;
public $socialProviders = []; public $socialProviders = [];
// public $socialEnabled = true;
// public $socialRemember = true;
// public $socialProviders = [
// 'Facebook' => [
// 'enabled' => true,
// 'keys' => [
// 'id' => '307655649901891',
// 'secret' => 'fb814dea3a38d36aa66222efab35c337',
// ],
// ],
// ];
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Group Variables | Group Variables

Loading…
Cancel
Save