mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rework socialite integration (#14367)
* Rework socialite integration Prevents unnecessary work each boot * Update SocialiteController.php * Gen 2
This commit is contained in:
@@ -40,6 +40,7 @@ class SocialiteController extends Controller
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
app()->register(\SocialiteProviders\Manager\ServiceProvider::class);
|
||||
$this->injectConfig();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user