mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 12:15:45 +08:00
I can see this on git hub but it is being missing by the test
This commit is contained in:
parent
f1e8bdaee5
commit
1167b5c4b5
@ -10,8 +10,7 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||
Auth::OpenIdAuthenticator.new("google", "https://www.google.com/accounts/o8/id", trusted: true),
|
||||
Auth::OpenIdAuthenticator.new("yahoo", "https://me.yahoo.com", trusted: true),
|
||||
Auth::GithubAuthenticator.new,
|
||||
Auth::TwitterAuthenticator.new,
|
||||
Auth::CasAuthenticator.new
|
||||
Auth::TwitterAuthenticator.new
|
||||
]
|
||||
|
||||
skip_before_filter :redirect_to_login_if_required
|
||||
|
Loading…
x
Reference in New Issue
Block a user