]> 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 6eb5202ae00faba72adf0862822ecf4eaf57cd52..02361e59bbbb4852d7460d527d3bcac9f3b6765c 100644 (file)
@@ -16,7 +16,7 @@ class SocialAuthService
     protected $socialite;
     protected $socialAccount;
 
-    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'twitch'];
+    protected $validSocialDrivers = ['google', 'github', 'facebook', 'slack', 'twitter', 'azure', 'okta', 'gitlab', 'twitch'];
 
     /**
      * SocialAuthService constructor.