mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue