FIX: broken external auth
This commit is contained in:
parent
ce8a4266b6
commit
90771937f0
|
@ -38,7 +38,7 @@ class Users::OmniauthCallbacksController < ApplicationController
|
||||||
@data = authenticator.after_authenticate(auth)
|
@data = authenticator.after_authenticate(auth)
|
||||||
@data.authenticator_name = authenticator.name
|
@data.authenticator_name = authenticator.name
|
||||||
|
|
||||||
complete_response_data(@data)
|
complete_response_data
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html
|
format.html
|
||||||
|
|
Loading…
Reference in New Issue