mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
remove Google OpenID auth, since Google doesn't support it anymore
This commit is contained in:
@ -7,7 +7,6 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||
|
||||
BUILTIN_AUTH = [
|
||||
Auth::FacebookAuthenticator.new,
|
||||
Auth::OpenIdAuthenticator.new("google", "https://www.google.com/accounts/o8/id", trusted: true),
|
||||
Auth::GoogleOAuth2Authenticator.new,
|
||||
Auth::OpenIdAuthenticator.new("yahoo", "https://me.yahoo.com", trusted: true),
|
||||
Auth::GithubAuthenticator.new,
|
||||
|
Reference in New Issue
Block a user