DEV: remove instagram login site settings and auth classes. (#11073)

Instagram removed the support for login and should use Facebook login instead.
This commit is contained in:
Vinoth Kannan
2020-10-30 09:09:56 +05:30
committed by GitHub
parent 8f7f5204db
commit 347423007a
11 changed files with 5 additions and 111 deletions

View File

@ -326,7 +326,6 @@ module Discourse
Auth::AuthProvider.new(authenticator: Auth::GoogleOAuth2Authenticator.new, frame_width: 850, frame_height: 500), # Custom icon implemented in client
Auth::AuthProvider.new(authenticator: Auth::GithubAuthenticator.new, icon: "fab-github"),
Auth::AuthProvider.new(authenticator: Auth::TwitterAuthenticator.new, icon: "fab-twitter"),
Auth::AuthProvider.new(authenticator: Auth::InstagramAuthenticator.new, icon: "fab-instagram"),
Auth::AuthProvider.new(authenticator: Auth::DiscordAuthenticator.new, icon: "fab-discord")
]