attempt to fix the discourse callback URL

This commit is contained in:
Michael Ball 2019-12-20 12:14:14 -08:00
parent 4ea5fb0892
commit 89de647968
2 changed files with 11 additions and 7 deletions

View file

@ -38,13 +38,12 @@ gem 'rails-i18n'
gem 'devise'
gem 'devise_ichain_authenticatable'
# for openID authentication
gem 'omniauth'
gem 'omniauth-google-oauth2'
gem 'omniauth-discourse'
# gem 'omniauth-openid'
# gem 'omniauth-facebook'
# gem 'omniauth-github'
gem 'omniauth-google-oauth2'
# gem 'omniauth-openid'
gem 'omniauth-discourse'
# Bot-filtering
gem 'recaptcha', require: 'recaptcha/rails'