]> BookStack Code Mirror - bookstack/blobdiff - app/Services/SocialAuthService.php
Merge branch 'master' of git://github.com/moutonnoireu/BookStack into moutonnoireu...
[bookstack] / app / Services / SocialAuthService.php
index c31e67d0d95fc8f2af8a126954ec078558191cd0..02361e59bbbb4852d7460d527d3bcac9f3b6765c 100644 (file)
@@ -16,7 +16,7 @@ class SocialAuthService
     protected $socialite;
     protected $socialAccount;
 
-    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'gitlab'];
+    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'gitlab', 'twitch'];
 
     /**
      * SocialAuthService constructor.