Fix invalid syntax in OmniAuth initializer sample
This commit is contained in:
parent
28d903858e
commit
91a8cd240b
|
@ -2,7 +2,7 @@
|
||||||
# The wiki has further details on configuring each provider.
|
# The wiki has further details on configuring each provider.
|
||||||
|
|
||||||
Devise.setup do |config|
|
Devise.setup do |config|
|
||||||
# config.omniauth :github 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
|
# config.omniauth :github, 'APP_ID', 'APP_SECRET', :scope => 'user,public_repo'
|
||||||
|
|
||||||
# config.omniauth :ldap,
|
# config.omniauth :ldap,
|
||||||
# :host => 'YOUR_LDAP_SERVER',
|
# :host => 'YOUR_LDAP_SERVER',
|
||||||
|
|
Loading…
Reference in a new issue