FIX: broken external auth

This commit is contained in:
Neil Lalonde 2014-10-03 16:15:00 -04:00
parent ce8a4266b6
commit 90771937f0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Users::OmniauthCallbacksController < ApplicationController
@data = authenticator.after_authenticate(auth)
@data.authenticator_name = authenticator.name
complete_response_data(@data)
complete_response_data
respond_to do |format|
format.html