]> BookStack Code Mirror - bookstack/blobdiff - app/Services/SocialAuthService.php
Added ability to configure email sender name
[bookstack] / app / Services / SocialAuthService.php
index 30f7eed0e3dab57a485db4e2b6cd52fcc1d6a964..02361e59bbbb4852d7460d527d3bcac9f3b6765c 100644 (file)
@@ -16,7 +16,7 @@ class SocialAuthService
     protected $socialite;
     protected $socialAccount;
 
-    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta'];
+    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'gitlab', 'twitch'];
 
     /**
      * SocialAuthService constructor.