Commit a483090b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #1224 from tsigo/omniauth_sample_syntax

Fix invalid syntax in OmniAuth initializer sample
parents 28d90385 91a8cd24
......@@ -2,7 +2,7 @@
# The wiki has further details on configuring each provider.
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,
# :host => 'YOUR_LDAP_SERVER',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment